Merge branch 'master' of https://github.com/BogPlaymate/ClassQuiz into BogPlaymate/master
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class Settings(BaseSettings):
|
|||||||
secret_key: str
|
secret_key: str
|
||||||
access_token_expire_minutes: int = 30
|
access_token_expire_minutes: int = 30
|
||||||
cache_expiry: int = 86400
|
cache_expiry: int = 86400
|
||||||
sentry_dsn: str | None
|
sentry_dsn: str = ""
|
||||||
meilisearch_url: str = "http://127.0.0.1:7700"
|
meilisearch_url: str = "http://127.0.0.1:7700"
|
||||||
meilisearch_index: str = "classquiz"
|
meilisearch_index: str = "classquiz"
|
||||||
google_client_id: str | None = None
|
google_client_id: str | None = None
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ This should be okay, right?
|
|||||||
</p>
|
</p>
|
||||||
<input
|
<input
|
||||||
type="text"
|
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"
|
class="col-start-1 row-start-1 bg-transparent w-full p-4 outline-none bg-gray-700 rounded"
|
||||||
bind:value={input}
|
bind:value={input}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user