Finish sign page

This commit is contained in:
2023-12-26 17:45:03 +08:00
parent 6510567fdf
commit 647b203b6a
6 changed files with 187 additions and 44 deletions

View File

@@ -1,6 +1,8 @@
export const URL_REGISTER = '/register'
export const URL_RESEND = '/resend'
export const URL_VERIFY = '/verify'
export const URL_FORGET = '/forget'
export const URL_RETRIEVE = '/retrieve'
export const URL_LOGIN = '/login'
export const URL_TOKEN = '/token'
export const URL_LOGOUT = '/logout'