This commit is contained in:
eson 2023-08-29 14:22:35 +08:00
parent 75909fa9e4
commit d0d1f6a0f1

View File

@ -92,7 +92,7 @@ func (l *UserEmailConfirmationLogic) UserEmailConfirmation(req *types.RequestEma
token, err := l.svcCtx.OAuthTokenManger.Decrypt(req.Token)
if err != nil {
logx.Error(err)
logx.Error(err, req.Token)
return resp.SetStatus(basic.CodeOAuthRegisterTokenErr)
}