BUG 30981
This commit is contained in:
@@ -43,8 +43,8 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
...mapMutations(['setToken', 'getFinanceUser']),
|
||||
...mapActions(['getUserInfo']),
|
||||
...mapMutations(['setToken']),
|
||||
...mapActions(['getUserInfo', 'getFinanceUser']),
|
||||
getToken(params) {
|
||||
if (params.access_token) {
|
||||
this.setToken([params.token_type, params.access_token].join(' '))
|
||||
|
||||
Reference in New Issue
Block a user