mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修复登录重试判断
This commit is contained in:
@@ -107,6 +107,7 @@ const Login = () => {
|
||||
<Countdown
|
||||
valueStyle={{ color: 'rgba(232, 230, 227, 0.25)' }}
|
||||
className="inline-countdown"
|
||||
onFinish={() => setWaitTime(null)}
|
||||
format="ss"
|
||||
value={Date.now() + 1000 * waitTime}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user