mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
increased token lifetime
This commit is contained in:
@ -253,7 +253,7 @@
|
||||
OAuthError("State validation failed. Possible CSRF attack.");
|
||||
return;
|
||||
}
|
||||
document.cookie = "mendToken=" + token + "; max-age=3600";
|
||||
document.cookie = "mendToken=" + token + "; max-age=43200";
|
||||
switchAuthState('main');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user