We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d3083 commit 88331e4Copy full SHA for 88331e4
packages/global/common/system/types/index.d.ts
@@ -47,7 +47,7 @@ export type FastGPTFeConfigsType = {
47
isPlus?: boolean;
48
hideChatCopyrightSetting?: boolean;
49
register_method?: ['email' | 'phone' | 'sync'];
50
- login_method?: ['email' | 'phone']; // Attention: login method is diffrent with oauth
+ login_method?: ['email' | 'phone']; // Attention: login method is different with oauth
51
find_password_method?: ['email' | 'phone'];
52
bind_notification_method?: ['email' | 'phone'];
53
googleClientVerKey?: string;
0 commit comments