Skip to content

Commit

Permalink
add up to list of bad usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
briankariuki committed Dec 2, 2024
1 parent 1436696 commit 201eb02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/animina/validations/bad_username.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ defmodule Animina.Validations.BadUsername do
"Miriam",
"aw",
"jw",
"sw"
"sw",
"up"
]

case more_than_2_chars?(username) do
Expand Down

0 comments on commit 201eb02

Please sign in to comment.