mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-12 11:23:42 +08:00
chore: update style
This commit is contained in:
@@ -132,7 +132,9 @@ const PasswordResetConfirm = () => {
|
||||
marginBottom: '1.5em',
|
||||
}}
|
||||
>
|
||||
{disableButton ? t('auth.reset.confirm.button_disabled') : t('auth.reset.confirm.button')}
|
||||
{disableButton
|
||||
? t('auth.reset.confirm.button_disabled')
|
||||
: t('auth.reset.confirm.button')}
|
||||
</Button>
|
||||
</Form>
|
||||
{newPassword && (
|
||||
|
||||
Reference in New Issue
Block a user