mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 04:10:20 +08:00
Return sms error message.
This commit is contained in:
@ -51,8 +51,7 @@ func SendVerificationCodeToPhone(remoteAddr, dest string) string {
|
||||
return result
|
||||
}
|
||||
|
||||
SendCodeToPhone(dest, code)
|
||||
return ""
|
||||
return SendCodeToPhone(dest, code)
|
||||
}
|
||||
|
||||
func AddToVerificationRecord(remoteAddr, dest, code string) string {
|
||||
|
Reference in New Issue
Block a user