Commit 88331e46 by Edge-Seven Committed by GitHub

Fix typos in some files (#5947)

Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
parent b6d30835
...@@ -47,7 +47,7 @@ export type FastGPTFeConfigsType = { ...@@ -47,7 +47,7 @@ export type FastGPTFeConfigsType = {
isPlus?: boolean; isPlus?: boolean;
hideChatCopyrightSetting?: boolean; hideChatCopyrightSetting?: boolean;
register_method?: ['email' | 'phone' | 'sync']; register_method?: ['email' | 'phone' | 'sync'];
login_method?: ['email' | 'phone']; // Attention: login method is diffrent with oauth login_method?: ['email' | 'phone']; // Attention: login method is different with oauth
find_password_method?: ['email' | 'phone']; find_password_method?: ['email' | 'phone'];
bind_notification_method?: ['email' | 'phone']; bind_notification_method?: ['email' | 'phone'];
googleClientVerKey?: string; googleClientVerKey?: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment