We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ac3f3 commit e30bafaCopy full SHA for e30bafa
1 file changed
src/components/auth/sign-in/SignInForm.tsx
@@ -33,6 +33,7 @@ export default function SignInForm() {
33
await login(data.email, data.password);
34
toast.success("로그인이 완료됐습니다.");
35
router.push("/home");
36
+ router.refresh();
37
} catch (error) {
38
if (error instanceof Error) {
39
toast.error(error.message);
0 commit comments