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