Add welcome page (#302)

Add welcome page for A/B testing

VAN-514
This commit is contained in:
Mubbshar Anwar
2021-06-01 17:46:52 +05:00
committed by GitHub
parent ea02aba94a
commit a8eb5916eb
9 changed files with 309 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
export const LOGIN_PAGE = '/login';
export const REGISTER_PAGE = '/register';
export const RESET_PAGE = '/reset';
export const WELCOME_PAGE = '/welcome';
export const DEFAULT_REDIRECT_URL = '/dashboard';
export const PASSWORD_RESET_CONFIRM = '/password_reset_confirm/:token/';
export const PAGE_NOT_FOUND = '/notfound';