Skip to content

Commit b5391c1

Browse files
Update generator/templates/Authorisation/src/store/modules/Authorisation.js
1 parent 883b885 commit b5391c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generator/templates/Authorisation/src/store/modules/Authorisation.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ export default {
22
namespaced: true,
33
state: {
44
token: null,
5-
}, mutations: {
5+
},
6+
mutations: {
67
setAuthorisationToken(currentState, token) {
78
currentState.token = token;
89
},

0 commit comments

Comments
 (0)