feat: add backend status down indicator (#3889)

This commit is contained in:
Nigel Huang
2020-06-15 10:59:28 -04:00
committed by GitHub
parent 2b01e009c6
commit a50edc7055
12 changed files with 165 additions and 40 deletions

View File

@ -97,7 +97,7 @@ export default class GitLab implements Implementation {
return false;
})) || false;
return { auth };
return { auth: { status: auth }, api: { status: true, statusPage: '' } };
}
authComponent() {