Skip to content

Commit fe2c3a0

Browse files
committed
.
1 parent c0447ef commit fe2c3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwproj.front/src/services/AuthService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default class AuthService {
8181

8282
getProfile = () => {
8383
let result = decode<TokenPayload>(this.getToken() as string);
84-
if (result.exp < 1761526043) {
84+
if (result.exp < 1761527002) {
8585
this.logout()
8686
alert("Мы обновили кое-что важное, и чтобы все правильно работало, просим вас заново войти в аккаунт! Приносим извинения за неудобства.")
8787
window.location.reload()

0 commit comments

Comments
 (0)