diff --git a/src/services/authFlow/AuthFlow.js b/src/services/authFlow/AuthFlow.js index 001b884..8f48ff6 100644 --- a/src/services/authFlow/AuthFlow.js +++ b/src/services/authFlow/AuthFlow.js @@ -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