Skip to content

Commit

Permalink
explicit id
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 4, 2024
1 parent 3b85d16 commit 931ca0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def post_install(context):
# Create plugin if it does not exist.
if PLUGIN_ID not in pas.objectIds():
plugin = OIDCPlugin(
id=PLUGIN_ID,
title="OpenID Connect",
)
plugin.id = PLUGIN_ID
Expand Down

0 comments on commit 931ca0a

Please sign in to comment.