reports adaptive

This commit is contained in:
Victor Batischev
2023-12-04 21:08:45 +03:00
parent 7f0e5be087
commit 93c1dd3945
4 changed files with 10 additions and 8 deletions

View File

@ -63,7 +63,7 @@ export const AuthBox = ({ title }) => {
localStorage.setItem("role_status", res.status);
localStorage.setItem(
"access_token_expired_at",
res.access_token_expired_at
res.access_token_expired_at,
);
dispatch(auth(true));
dispatch(setUserInfo(res));