mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
update response
This commit is contained in:
@ -38,7 +38,6 @@ import { del, get, patch, post, put } from './base'
|
||||
|
||||
type LoginSuccess = {
|
||||
result: 'success'
|
||||
data?: { access_token?: string }
|
||||
}
|
||||
type LoginFail = {
|
||||
result: 'fail'
|
||||
|
||||
Reference in New Issue
Block a user