chore(cleanup): made the chat page not bypassing the auth check anymore

This commit is contained in:
Maieul BOYER 2025-12-19 14:42:54 +01:00
parent d5278274ea
commit 5b979c8882
No known key found for this signature in database

View file

@ -587,4 +587,4 @@ function handleChat(_url: string, _args: RouteHandlerParams): RouteHandlerReturn
}
};
addRoute('/chat', handleChat, { bypass_auth: true });
addRoute('/chat', handleChat);