mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 01:46:49 +08:00
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