mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:32:16 +08:00
Fix: Install page redirects to signin if Dify finished setup. (#762)
This commit is contained in:
@@ -6,6 +6,11 @@ export type OauthResponse = {
|
||||
redirect_url: string
|
||||
}
|
||||
|
||||
export type SetupStatusResponse = {
|
||||
step: 'finished' | 'not_started'
|
||||
setup_at?: Date
|
||||
}
|
||||
|
||||
export type UserProfileResponse = {
|
||||
id: string
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user