favicon should not be behind authentication
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user