update login flow, in the middle,
This commit is contained in:
9
002_source/ionic_mobile/src/Paths.tsx
Normal file
9
002_source/ionic_mobile/src/Paths.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
const Paths = {
|
||||
AuthHome: `/auth/Home`,
|
||||
AuthLogin: `/auth/login`,
|
||||
AuthSignUp: `/auth/signup`,
|
||||
SignUpSuccess: `/auth/sign_up_success`,
|
||||
AuthorizedTest: `/auth/authorized_test`,
|
||||
};
|
||||
|
||||
export { Paths };
|
Reference in New Issue
Block a user