Optimize register. Add turnstile captcha to login.
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
} from '@/constants/urls.constants'
|
||||
import request from '@/services'
|
||||
|
||||
export const r_auth_register = (param: RegisterParam) => request.post(URL_REGISTER, param)
|
||||
export const r_auth_register = (param: RegisterParam) => request.post<TokenVo>(URL_REGISTER, param)
|
||||
|
||||
export const r_auth_resend = () => request.post(URL_RESEND)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user