feat: login page says a locked instance is suspended instead of drawing the form
Chart Release / chart (push) Successful in 20s
Server Deploy / deploy (push) Successful in 4m4s

This commit is contained in:
2026-09-11 09:05:44 +00:00
parent 2d96cb4224
commit 5ca705c88c
8 changed files with 180 additions and 16 deletions
+3
View File
@@ -443,6 +443,8 @@ export interface MeResponse {
export interface BootstrapStatus {
needs_setup: boolean;
instance_name?: string;
/** Vantage HQ has locked this instance; the login page shows a message instead of the form. */
locked?: boolean;
}
export interface BootstrapResponse {
@@ -479,6 +481,7 @@ export interface PublicProvider {
export interface ProvidersResponse {
local_enabled: boolean;
providers: PublicProvider[];
locked?: boolean;
}
export interface AuthProvider {