- updated copies;

- test for spid login;
This commit is contained in:
Vitalii Kiiko
2024-10-02 10:41:15 +02:00
parent 126b43ef28
commit 62b7da28df
9 changed files with 146 additions and 10 deletions

View File

@@ -20,11 +20,13 @@ function App() {
if (data.status === 'SUCCESS') {
storeSet.main.userData(data.data);
} else {
console.log('logout 1', data)
storeSet.main.doLogout();
}
}
const errCallback = (data) => {
console.log('logout 2', data)
storeSet.main.doLogout();
storeSet.main.unsetAsyncRequest();
}
@@ -37,6 +39,7 @@ function App() {
}
const errCompanyCallback = (data) => {
console.log('logout 3', data)
storeSet.main.doLogout();
storeSet.main.unsetAsyncRequest();
}