Skip to content

Commit f260d06

Browse files
committed
Update redirect path after successful login from '/app' to '/home'
1 parent 5dea701 commit f260d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/(User)/signin/SignInForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const SignInForm = (props: Props) => {
5959
toast({
6060
description: "User Log In Successful"
6161
})
62-
router.push('/app')
62+
router.push('/home')
6363
} catch (error) {
6464
console.log(error)
6565
if (error instanceof Error) {

0 commit comments

Comments
 (0)