fix: fix logout flow which wasn't being triggered, remove useless html code

This commit is contained in:
cătălin 2024-12-19 18:50:05 +01:00
commit 3186afe96d
No known key found for this signature in database
11 changed files with 34 additions and 118 deletions

View file

@ -19,7 +19,7 @@ class ManageBotDTO(BaseModel):
"/tts",
media_type=MediaType.HTML,
)
async def get_tts_overlay() -> Template:
async def get_tts_overlay(user: User) -> Template:
return Template(template_name="tts.html")