add option to prompt for a validation password when initializing admin user (#2302)

This commit is contained in:
Chenhe Gu
2024-02-01 15:03:56 +08:00
committed by GitHub
parent 07dd8b94ed
commit 09acf215f0
12 changed files with 210 additions and 12 deletions

View File

@@ -13,6 +13,10 @@ export type SetupStatusResponse = {
setup_at?: Date
}
export type InitValidateStatusResponse = {
status: 'finished' | 'not_started'
}
export type UserProfileResponse = {
id: string
name: string