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