diff --git a/auth/mw.py b/auth/mw.py index 7950c1a..57cd77f 100644 --- a/auth/mw.py +++ b/auth/mw.py @@ -4,7 +4,7 @@ from nicegui import app from starlette.middleware.base import BaseHTTPMiddleware -unrestricted_page_routes = {"/login"} +unrestricted_page_routes = {"/favicon.ico", "/login"} class AuthMiddleware(BaseHTTPMiddleware):