Skip to content

Commit d352bad

Browse files
committed
chore: code lint
1 parent dc8d5ab commit d352bad

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

web/src/src/Login.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ export const Login = ({ currentLocale, locales, onSwitchLocale }: ILogin) => {
6666
const res = (
6767
notify
6868
? await sendPromiseAlert(
69-
requestFn(true),
70-
t('Login.captcha.refreshing'),
71-
t('Login.captcha.refresh_success'),
72-
t('Login.captcha.refresh_error')
73-
)
69+
requestFn(true),
70+
t('Login.captcha.refreshing'),
71+
t('Login.captcha.refresh_success'),
72+
t('Login.captcha.refresh_error')
73+
)
7474
: await requestFn(false)
7575
)!;
7676
if (res?.data) {
@@ -299,8 +299,8 @@ export const Login = ({ currentLocale, locales, onSwitchLocale }: ILogin) => {
299299
preAuthData.captcha_img.length
300300
? 'Login.captcha.placeholder'
301301
: preAuthData.error
302-
? 'Login.captcha.error'
303-
: 'Login.captcha.loading'
302+
? 'Login.captcha.error'
303+
: 'Login.captcha.loading'
304304
)}
305305
/>
306306
<div

0 commit comments

Comments
 (0)