```
add new student info route and related components, update auth guard implementation and signup success redirect ```
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
const Paths = {
|
||||
AuthHome: `/auth/Home`,
|
||||
AuthHome: `/auth/home`,
|
||||
AuthLogin: `/auth/login`,
|
||||
AuthSignUp: `/auth/signup`,
|
||||
SignUpSuccess: `/auth/sign_up_success`,
|
||||
AuthorizedTest: `/auth/authorized_test`,
|
||||
//
|
||||
StudentInfo: `/auth/student_info/:id`,
|
||||
GetStudentInfoLink: (id: string) => `/auth/student_info/${id}`,
|
||||
//
|
||||
};
|
||||
|
||||
export { Paths };
|
||||
|
Reference in New Issue
Block a user