fix: fix unable to login via wechat

This commit is contained in:
JustSong
2025-02-01 12:04:28 +08:00
parent c67b167f4f
commit 1521df6551
2 changed files with 39 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ const RegisterForm = () => {
<Button
onClick={sendVerificationCode}
disabled={loading}
style={{ backgroundColor: '#2185d0', color: 'white' }}
// style={{ backgroundColor: '#2F73FF', color: 'white' }}
>
获取验证码
</Button>