Временный фикс для процесса авторизации (Свят, это нужно будет подлатать)

This commit is contained in:
ErickSkrauch 2016-10-25 02:40:05 +03:00
parent f0628fde1a
commit 38196e8f76

View File

@ -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