chore(cleanup): made the chat page not bypassing the auth check anymore
This commit is contained in:
parent
d5278274ea
commit
5b979c8882
1 changed files with 1 additions and 1 deletions
|
|
@ -587,4 +587,4 @@ function handleChat(_url: string, _args: RouteHandlerParams): RouteHandlerReturn
|
|||
}
|
||||
|
||||
};
|
||||
addRoute('/chat', handleChat, { bypass_auth: true });
|
||||
addRoute('/chat', handleChat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue