add option to prompt for a validation password when initializing admin user (#2302)
This commit is contained in:
@@ -13,6 +13,10 @@ export type SetupStatusResponse = {
|
||||
setup_at?: Date
|
||||
}
|
||||
|
||||
export type InitValidateStatusResponse = {
|
||||
status: 'finished' | 'not_started'
|
||||
}
|
||||
|
||||
export type UserProfileResponse = {
|
||||
id: string
|
||||
name: string
|
||||
|
Reference in New Issue
Block a user