integrate automatic token refresh if current one is invalid
--> load login page if token can't be refreshed
This commit is contained in:
@ -55,7 +55,11 @@ class StaticInfos {
|
||||
getVideoPath(): string {
|
||||
return this.videopath;
|
||||
}
|
||||
|
||||
/**
|
||||
* load the Password page manually
|
||||
*/
|
||||
loadPasswordPage: ((callback?: () => void) => void) | undefined = undefined;
|
||||
}
|
||||
|
||||
const GlobalInfos = new StaticInfos();
|
||||
export default GlobalInfos;
|
||||
export default new StaticInfos();
|
||||
|
Reference in New Issue
Block a user