mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
token bug on refresh page solved
This commit is contained in:
@@ -88,6 +88,7 @@ export class TokenInterceptor implements HttpInterceptor {
|
|||||||
console.log(tokens)
|
console.log(tokens)
|
||||||
SessionStore.user.Authorization = tokens.Authorization;
|
SessionStore.user.Authorization = tokens.Authorization;
|
||||||
SessionStore.user.RefreshToken = tokens.refreshToken;
|
SessionStore.user.RefreshToken = tokens.refreshToken;
|
||||||
|
SessionStore.save();
|
||||||
|
|
||||||
}),
|
}),
|
||||||
catchError((error) => {
|
catchError((error) => {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user