Skip to content

Commit

Permalink
Merge pull request #8 from aboyadzhiev/fix-account-registration-error
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
leodip authored Feb 10, 2024
2 parents dcf5baf + 3588533 commit b73056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authserver/src/internal/server/handler_account_register.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (s *Server) handleAccountRegisterPost(userCreator userCreator, emailValidat
}

lib.LogAudit(constants.AuditCreatedUser, map[string]interface{}{
"email": user.Email,
"email": email,
})

if settings.SMTPEnabled {
Expand Down

0 comments on commit b73056b

Please sign in to comment.