Skip to content

Commit

Permalink
Merge pull request #3 from qld-gov-au/QOLSVC-5478-add-sso
Browse files Browse the repository at this point in the history
[QOLSVC-5478] add flash message if account isn't found
  • Loading branch information
ThrawnCA authored Oct 14, 2024
2 parents 2f0bc9b + 683319a commit 33b0d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/oidc_pkce/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def callback():
if not user:
error = "Unique user not found"
log.error("Error: %s", error)
tk.h.flash_error(error)
session[SESSION_ERROR] = error
return tk.redirect_to(came_from)

Expand Down

0 comments on commit 33b0d36

Please sign in to comment.