This commit is contained in:
eson 2023-08-29 14:24:50 +08:00
parent d0d1f6a0f1
commit 7559777df7

View File

@ -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)
}