mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Fix authenticated smoke bootstrap flow
This commit is contained in:
parent
c62266aa6a
commit
64f5c3f837
5 changed files with 230 additions and 15 deletions
|
|
@ -4,6 +4,7 @@ export type HealthStatus = {
|
|||
deploymentExposure?: "private" | "public";
|
||||
authReady?: boolean;
|
||||
bootstrapStatus?: "ready" | "bootstrap_pending";
|
||||
bootstrapInviteActive?: boolean;
|
||||
features?: {
|
||||
companyDeletionEnabled?: boolean;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue