fix
This commit is contained in:
parent
d0d1f6a0f1
commit
7559777df7
|
@ -92,7 +92,8 @@ func (l *UserEmailConfirmationLogic) UserEmailConfirmation(req *types.RequestEma
|
|||
|
||||
token, err := l.svcCtx.OAuthTokenManger.Decrypt(req.Token)
|
||||
if err != nil {
|
||||
logx.Error(err, req.Token)
|
||||
logx.Info(req.Token)
|
||||
logx.Error(err)
|
||||
return resp.SetStatus(basic.CodeOAuthRegisterTokenErr)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user