✨ add jwt / complete the rotation verification
This commit is contained in:
@@ -31,6 +31,5 @@ CaptchaNotMatch = "captcha not match!"
|
||||
CaptchaSendFailed = "captcha send failed!"
|
||||
CaptchaSendSuccess = "captcha send successfully!"
|
||||
CaptchaTooOften = "captcha too often!"
|
||||
CaptchaTooShort = "captcha length must be greater than 6!"
|
||||
CaptchaTooLong = "captcha length must be less than 20!"
|
||||
CaptchaSendLimit = "captcha send limit!"
|
||||
PhoneNotEmpty = "phone number can not be empty!"
|
||||
EmailNotEmpty = "email can not be empty!"
|
||||
|
@@ -31,6 +31,5 @@ CaptchaNotMatch = "验证码不匹配!"
|
||||
CaptchaSendFailed = "验证码发送失败!"
|
||||
CaptchaSendSuccess = "验证码发送成功!"
|
||||
CaptchaTooOften = "验证码发送过于频繁!"
|
||||
CaptchaTooShort = "验证码长度不能少于6位!"
|
||||
CaptchaTooLong = "验证码长度不能多于20位!"
|
||||
CaptchaSendLimit = "验证码发送次数已达上限!"
|
||||
PhoneNotEmpty = "手机号不能为空!"
|
||||
EmailNotEmpty = "邮箱不能为空!"
|
||||
|
Reference in New Issue
Block a user