Skip to content
Snippets Groups Projects
Commit eb96698d authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Fixed linting errors

parent 77512889
No related branches found
No related tags found
1 merge request!25WIP: Resolve "A new student overview page with Vue.js"
...@@ -18,7 +18,7 @@ const store = new Vuex.Store({ ...@@ -18,7 +18,7 @@ const store = new Vuex.Store({
loggedIn: false, loggedIn: false,
username: '', username: '',
userRole: '', userRole: '',
error: '', error: ''
}, },
getters: { getters: {
gradySpeak: state => { gradySpeak: state => {
...@@ -42,6 +42,7 @@ const store = new Vuex.Store({ ...@@ -42,6 +42,7 @@ const store = new Vuex.Store({
}, },
'SET_USER_ROLE': function (state, userRole) { 'SET_USER_ROLE': function (state, userRole) {
state.userRole = userRole state.userRole = userRole
}
}, },
actions: { actions: {
async getJWTToken (context, credentials) { async getJWTToken (context, credentials) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment