mod_http_oauth2/mod_http_oauth2.lua
changeset 5646 7c105277a9ca
parent 5637 dd2079b3dec6
child 5647 73c3d5bfce3e
--- a/mod_http_oauth2/mod_http_oauth2.lua	Sun Aug 27 15:33:14 2023 +0200
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Sun Aug 27 09:49:35 2023 +0200
@@ -1432,7 +1432,7 @@
 			headers = {
 				["Content-Type"] = "text/css";
 			};
-			body = render_html(templates.css, module:get_option("oauth2_template_style"));
+			body = templates.css;
 		} or nil;
 		["GET /script.js"] = templates.js and {
 			headers = {