feat: 完成代码编写

This commit is contained in:
2025-08-09 01:09:25 -07:00
parent 2ee4121308
commit 988011191b
10 changed files with 72 additions and 39 deletions
+1
View File
@@ -115,6 +115,7 @@ export default function LoginForm({
</Button>
<Button
variant='link'
type='button'
className='p-0 text-[#225BA9]'
onClick={() => {
setInitialValues(undefined);
@@ -225,6 +225,7 @@ export default function RegisterForm({
{t('existingAccount')}&nbsp;
<Button
variant='link'
type='button'
className='p-0 text-[#225BA9]'
onClick={() => {
setInitialValues(undefined);
+1
View File
@@ -145,6 +145,7 @@ export default function ResetForm({
{t('existingAccount')}&nbsp;
<Button
variant='link'
type='button'
className='p-0 text-[#225BA9]'
onClick={() => {
setInitialValues(undefined);