From 1ae3c099e07495df5ca5eb4343a6b9c4fe113c75 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Sun, 25 Jul 2021 22:24:33 +0200 Subject: [PATCH] fix: Remove obsolete IDP CSS config entry. --- config/http/static/default.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/http/static/default.json b/config/http/static/default.json index 3b15c0524..f3b8bbe00 100644 --- a/config/http/static/default.json +++ b/config/http/static/default.json @@ -21,10 +21,6 @@ { "StaticAssetHandler:_assets_key": "/.well_known/css/images/", "StaticAssetHandler:_assets_value": "$PACKAGE_ROOT/templates/images/" - }, - { - "StaticAssetHandler:_assets_key": "/idp/style.css", - "StaticAssetHandler:_assets_value": "$PACKAGE_ROOT/templates/identity/email-password/main.css" } ] }