nit public app

This commit is contained in:
Ruben Fiszel
2025-11-11 22:25:59 +00:00
parent e77574b243
commit 5b26be6ab4
@@ -75,6 +75,7 @@ fn is_public_route_whitelisted(path: &str) -> bool {
"/api/oauth/list_logins",
"/public/*",
"/a/*",
"/Inter-Variable.woff2",
];
for pattern in &whitelist {