Merge remote-tracking branch 'origin/develop' into biome
This commit is contained in:
commit
851c100a24
15 changed files with 576 additions and 65 deletions
|
|
@ -624,7 +624,7 @@ const users = {
|
|||
if (data.access_token) {
|
||||
store.commit('signUpSuccess')
|
||||
oauthStore.setToken(data.access_token)
|
||||
store.dispatch('loginUser', data.access_token)
|
||||
await store.dispatch('loginUser', data.access_token)
|
||||
return 'ok'
|
||||
} else {
|
||||
// Request succeeded, but user cannot login yet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue