mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 21:53:42 +08:00
支持office 365邮箱,默认展示微信登录框
This commit is contained in:
@@ -29,7 +29,7 @@ const LoginForm = () => {
|
||||
}
|
||||
}, []);
|
||||
|
||||
const [showWeChatLoginModal, setShowWeChatLoginModal] = useState(false);
|
||||
const [showWeChatLoginModal, setShowWeChatLoginModal] = useState(true);
|
||||
|
||||
const onGitHubOAuthClicked = () => {
|
||||
window.open(
|
||||
|
||||
Reference in New Issue
Block a user