Skip to content

Commit

Permalink
Merge pull request #472 from dividehex/error_msg_update
Browse files Browse the repository at this point in the history
Update notingroup error message
  • Loading branch information
dividehex authored Jul 20, 2023
2 parents 720f49b + 307e2e4 commit e8913ac
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 e8913ac

Please sign in to comment.