mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-27 23:40:28 +05:30
Временный фикс для процесса авторизации (Свят, это нужно будет подлатать)
This commit is contained in:
parent
f0628fde1a
commit
38196e8f76
@ -191,6 +191,9 @@ export default class AuthFlow {
|
||||
* @return {bool} - whether oauth state is being restored
|
||||
*/
|
||||
restoreOAuthState() {
|
||||
// TODO: Свят, тут бага
|
||||
return false;
|
||||
|
||||
try {
|
||||
const data = JSON.parse(localStorage.getItem('oauthData'));
|
||||
const expirationTime = 2 * 60 * 60 * 1000; // 2h
|
||||
|
Loading…
Reference in New Issue
Block a user