🎨 complete SMS login function
This commit is contained in:
@@ -33,3 +33,11 @@ CaptchaSendSuccess = "captcha send successfully!"
|
||||
CaptchaTooOften = "captcha too often!"
|
||||
PhoneNotEmpty = "phone number can not be empty!"
|
||||
EmailNotEmpty = "email can not be empty!"
|
||||
AuthVerifyFailed = "auth verify failed!, please try again!"
|
||||
AuthVerifySuccess = "auth verify successfully!"
|
||||
AuthVerifyExpired = "auth verify expired!"
|
||||
ParamsError = "params error!"
|
||||
PhoneAndCaptchaNotEmpty = "phone number and captcha can not be empty!"
|
||||
PhoneErrorFormat = "phone number error format!"
|
||||
RegisterUserError = "register user error!"
|
||||
LoginExpired = "login expired!, please try again!"
|
||||
|
Reference in New Issue
Block a user