fix
This commit is contained in:
@@ -79,8 +79,7 @@ func (l *UserEmailRegisterLogic) UserEmailRegister(req *types.RequestEmailRegist
|
||||
} else {
|
||||
tplsel = "email_register_oauth2.tpl"
|
||||
if oauthId, ok := token.Extend["oauth_id"]; ok {
|
||||
|
||||
platformAndID = token.Platform + " Id: " + oauthId.(string)
|
||||
platformAndID = token.Platform + " id: " + oauthId.(string)
|
||||
logx.Error(platformAndID)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user