pull/241/head
skiffer-git 3 years ago
parent 4783e3d061
commit 54566997b2

@ -37,7 +37,7 @@ func Verify(c *gin.Context) {
if params.Email != "" {
account = params.Email
} else {
account = params.AreaCode + params.PhoneNumber
account = params.PhoneNumber
}
if params.VerificationCode == config.Config.Demo.SuperCode {

Loading…
Cancel
Save