feat: add backend status down indicator (#3889)
This commit is contained in:
@ -64,7 +64,7 @@ export default class ProxyBackend implements Implementation {
|
||||
}
|
||||
|
||||
status() {
|
||||
return Promise.resolve({ auth: true });
|
||||
return Promise.resolve({ auth: { status: true }, api: { status: true, statusPage: '' } });
|
||||
}
|
||||
|
||||
authComponent() {
|
||||
|
Reference in New Issue
Block a user