Finish register in Sign

This commit is contained in:
2023-12-24 23:44:51 +08:00
parent bbc669ba3e
commit 27a41944c6
6 changed files with 278 additions and 52 deletions

View File

@@ -1,4 +1,5 @@
export const URL_REGISTER = '/register'
export const URL_RESEND = '/resend'
export const URL_VERIFY = '/verify'
export const URL_LOGIN = '/login'
export const URL_TOKEN = '/token'