fix: handle token expiry (#3847)
This commit is contained in:
@ -63,6 +63,10 @@ export default class ProxyBackend implements Implementation {
|
||||
return false;
|
||||
}
|
||||
|
||||
status() {
|
||||
return Promise.resolve({ auth: true });
|
||||
}
|
||||
|
||||
authComponent() {
|
||||
return AuthenticationPage;
|
||||
}
|
||||
|
Reference in New Issue
Block a user