Merge branch 'master' of https://github.com/BogPlaymate/ClassQuiz into BogPlaymate/master

This commit is contained in:
Mawoka
2024-07-08 11:23:23 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class Settings(BaseSettings):
secret_key: str
access_token_expire_minutes: int = 30
cache_expiry: int = 86400
sentry_dsn: str | None
sentry_dsn: str = ""
meilisearch_url: str = "http://127.0.0.1:7700"
meilisearch_index: str = "classquiz"
google_client_id: str | None = None
@@ -247,7 +247,7 @@ This should be okay, right?
</p>
<input
type="text"
autofocus
comment="svelte recommends against autofocus for accessibility reasons. Therefore removed autofocus command for this input"
class="col-start-1 row-start-1 bg-transparent w-full p-4 outline-none bg-gray-700 rounded"
bind:value={input}
/>