feat: 发送验证码后隐藏 github 登录

This commit is contained in:
hzm
2026-03-22 22:37:28 +08:00
parent d07146b819
commit cdda55bf4a

View File

@@ -101,7 +101,7 @@ export default function LoginModal({
</div> </div>
</form> </form>
{handleGithubLogin && ( {handleGithubLogin && !loginSuccess && (
<> <>
<div <div
className="login-divider" className="login-divider"