Skip to content

Commit

Permalink
Merge pull request #20 from cthit/update-sanitize
Browse files Browse the repository at this point in the history
Add fi to sanitizeEmail function
  • Loading branch information
rosengrenen authored Jun 3, 2023
2 parents 9a4ab34 + 23a0fc6 commit e71e6fc
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 e71e6fc

Please sign in to comment.