Skip to content

Commit

Permalink
Updated sanitizeEmail function
Browse files Browse the repository at this point in the history
  • Loading branch information
molleer committed Jul 1, 2022
1 parent 5d8537f commit 23a0fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/model/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func SanitizeEmail(s string) string {
s = strings.TrimSpace(s)
s = strings.ToLower(s)
replacelist := map[string]string{
"φ": "fi",
"π": "pi",
"å": "a",
"ä": "a",
Expand Down

0 comments on commit 23a0fc6

Please sign in to comment.