mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +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)
|
||||
SessionStore.user.Authorization = tokens.Authorization;
|
||||
SessionStore.user.RefreshToken = tokens.refreshToken;
|
||||
SessionStore.save();
|
||||
|
||||
}),
|
||||
catchError((error) => {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user