mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix bug
This commit is contained in:
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…
x
Reference in New Issue
Block a user