Skip to content

Commit

Permalink
Merge pull request #1502 from GSA/add_user_status_evaluator_role_requ…
Browse files Browse the repository at this point in the history
…ested

Add New User Status evaluator_role_requested
  • Loading branch information
emmabjj authored Jan 8, 2025
2 parents 6c250a8 + 4489769 commit 3ebcc78
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 3ebcc78

Please sign in to comment.