修复登录重试判断

This commit is contained in:
hanhh
2021-08-22 12:59:34 +08:00
parent 622037ee98
commit 8c355b6159
2 changed files with 12 additions and 14 deletions
+1
View File
@@ -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}
/>