Use MVC based login for MVC based admin application

Former-commit-id: 83db8be9f5
pull/8/head
Jens Pelzetter 2021-01-09 16:14:44 +01:00
parent 15dc1d0fce
commit 8cd6162ccd
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class IsAuthenticatedFilter implements ContainerRequestFilter {
Response.temporaryRedirect( Response.temporaryRedirect(
URI.create( URI.create(
String.format( String.format(
"/%s/ccm/register?return_url=%s", "/%s/@login?returnUrl=%s",
contextPath, contextPath,
returnUrl returnUrl
) )