some consistency
This commit is contained in:
parent
a680f7d684
commit
8f4fbf8571
3 changed files with 12 additions and 5 deletions
|
@ -209,7 +209,7 @@ const users = {
|
|||
store.rootState.api.backendInteractor.verifyCredentials(accessToken)
|
||||
.then((data) => {
|
||||
if (!data.error) {
|
||||
const { user } = data
|
||||
const user = data
|
||||
// user.credentials = userCredentials
|
||||
user.credentials = accessToken
|
||||
commit('setCurrentUser', user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue