We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0447ef commit fe2c3a0Copy full SHA for fe2c3a0
hwproj.front/src/services/AuthService.ts
@@ -81,7 +81,7 @@ export default class AuthService {
81
82
getProfile = () => {
83
let result = decode<TokenPayload>(this.getToken() as string);
84
- if (result.exp < 1761526043) {
+ if (result.exp < 1761527002) {
85
this.logout()
86
alert("Мы обновили кое-что важное, и чтобы все правильно работало, просим вас заново войти в аккаунт! Приносим извинения за неудобства.")
87
window.location.reload()
0 commit comments