test
This commit is contained in:
@@ -160,7 +160,7 @@ func RegisterUserWithMobile(ctx *jxcontext.Context, user *model.User, mobileVeri
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
} else if inAuthInfo != nil {
|
} else if inAuthInfo != nil {
|
||||||
user.Mobile = nil
|
// user.Mobile = nil
|
||||||
} else {
|
} else {
|
||||||
return nil, fmt.Errorf("短信验证码与其它认证方式至少要指定一种")
|
return nil, fmt.Errorf("短信验证码与其它认证方式至少要指定一种")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user