Skip to content
Snippets Groups Projects
Commit abd2beb6 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Append redirect parameter to custom auth dialog URLs

parent d5be01fc
No related merge requests found
...@@ -317,7 +317,7 @@ public class LoginController extends AbstractController { ...@@ -317,7 +317,7 @@ public class LoginController extends AbstractController {
services.add(new ServiceDescription( services.add(new ServiceDescription(
"arsnova", "arsnova",
dbAuthTitle, dbAuthTitle,
customizationPath + "/" + dbAuthDialog, customizationPath + "/" + dbAuthDialog + "?redirect={0}",
dbAuthImage dbAuthImage
)); ));
} }
...@@ -326,7 +326,7 @@ public class LoginController extends AbstractController { ...@@ -326,7 +326,7 @@ public class LoginController extends AbstractController {
services.add(new ServiceDescription( services.add(new ServiceDescription(
"ldap", "ldap",
ldapTitle, ldapTitle,
customizationPath + "/" + ldapDialog, customizationPath + "/" + ldapDialog + "?redirect={0}",
ldapImage ldapImage
)); ));
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment