feat: 增加 GitHub 和 Google 邮箱快捷登录
This commit is contained in:
@@ -34,7 +34,7 @@ export interface NotifyEmailEntry {
|
||||
|
||||
// ==================== User & Auth Types ====================
|
||||
|
||||
export type UserAuthProvider = 'email' | 'linuxdo' | 'oidc' | 'wechat'
|
||||
export type UserAuthProvider = 'email' | 'linuxdo' | 'oidc' | 'wechat' | 'github' | 'google'
|
||||
|
||||
export interface UserAuthBindingStatus {
|
||||
bound?: boolean
|
||||
@@ -208,6 +208,8 @@ export interface PublicSettings {
|
||||
wechat_oauth_mobile_enabled?: boolean
|
||||
oidc_oauth_enabled: boolean
|
||||
oidc_oauth_provider_name: string
|
||||
github_oauth_enabled: boolean
|
||||
google_oauth_enabled: boolean
|
||||
backend_mode_enabled: boolean
|
||||
version: string
|
||||
balance_low_notify_enabled: boolean
|
||||
|
||||
Reference in New Issue
Block a user