Skip to content

Commit f755f33

Browse files
authored
Merge pull request NCUAppTeam#188 from 1989ONCE/main
fix: cancel btn of signupForm
2 parents c82bf72 + adeaf32 commit f755f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/pages/auth/signUpForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export default function SignUpForm({ userFromPortal, navigate }: { userFromPorta
247247
type="button"
248248
className="text-sm font-semibold text-gray-900"
249249
disabled={isLoading}
250+
onClick={() => navigate({ to: '/' })}
250251
>
251252
取消
252253
</button>

0 commit comments

Comments
 (0)