Skip to content

Commit af4214c

Browse files
author
ManziPatrick
committed
fix layout
1 parent 15b93d0 commit af4214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/LoginPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const LoginPage = (props: any) => {
5050
`;
5151

5252
return authenticated && roleName === "applicant" ?
53-
<Navigate to="/applicant" /> : authenticated && roleName === "supperAdmin" ? <Navigate to="/" />
53+
<Navigate to="/applicant" /> : authenticated && roleName === "superAdmin" ? <Navigate to="/" />
5454
:
5555
(
5656
<>

0 commit comments

Comments
 (0)