Skip to content

Commit

Permalink
Add new user status "evaluator_role_requested" to align with user sta…
Browse files Browse the repository at this point in the history
…tuses in Rails app
  • Loading branch information
emmabjj committed Jan 8, 2025
1 parent 6c250a8 commit 4489769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/challenge_gov/accounts/user.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ defmodule ChallengeGov.Accounts.User do
"suspended",
"revoked",
"deactivated",
"decertified"
"decertified",
"evaluator_role_requested"
]

schema "users" do
Expand Down

0 comments on commit 4489769

Please sign in to comment.