debug
This commit is contained in:
parent
4f21a4bc63
commit
1766917f55
1 changed files with 1 additions and 0 deletions
|
|
@ -692,6 +692,7 @@ const users = {
|
||||||
store.rootState.api.backendInteractor
|
store.rootState.api.backendInteractor
|
||||||
.verifyCredentials(accessToken)
|
.verifyCredentials(accessToken)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
|
console.log('LOGIN')
|
||||||
if (!data.error) {
|
if (!data.error) {
|
||||||
const user = data
|
const user = data
|
||||||
// user.credentials = userCredentials
|
// user.credentials = userCredentials
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue