Skip to content

Commit

Permalink
Update notingroup error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Jul 20, 2023
1 parent 720f49b commit 307e2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/oidc_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ def error_message(self):
log back in.'
elif error_code == "notingroup":
error_text = "Sorry, you do not have permission to access {client}. \
Please contact [email protected] if you should have access.".format(
Please contact the application owner for access. If unsure who that \
may be, please contact [email protected] for support.".format(
client=self.data.get("client")
)
elif error_code == "accesshasexpired":
Expand Down

0 comments on commit 307e2e4

Please sign in to comment.