*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 7b03e130 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Fix typo in the Keycloak config helper

parent b25d6815
No related branches found
No related tags found
1 merge request!42Fix typo in OAuthClient settings
......@@ -30,7 +30,7 @@ class TUWSSOSettingsHelper(KeycloakSettingsHelper):
def get_handlers(self):
return {
"authorized_handler": "invenio_config_tuw.auth:authorized_signup_handler",
"disconnect_handlerdler": (
"disconnect_handler": (
"invenio_oauthclient.contrib.keycloak.handlers:disconnect_handler"
),
"signup_handler": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment