mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
feat(auth): /me 接口返回 has_password 字段,前端 Profile 类型同步调整
This commit is contained in:
@@ -19,8 +19,8 @@ export interface Profile {
|
||||
created_at: string
|
||||
updated_at?: string
|
||||
last_login_at?: string
|
||||
auth_source?: 'local' | 'ldap' | 'oauth'
|
||||
has_password?: boolean
|
||||
auth_source: 'local' | 'ldap' | 'oauth'
|
||||
has_password: boolean
|
||||
preferences?: UserPreferences
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user