OAuth fixed

This commit is contained in:
Mawoka
2025-10-25 21:46:29 +02:00
parent efc2d55d9e
commit 932f8dfbcf
3 changed files with 32 additions and 6 deletions
@@ -88,7 +88,7 @@ SPDX-License-Identifier: MPL-2.0
<svelte:head>
<title>ClassQuiz - Login</title>
</svelte:head>
<div class="flex items-center justify-center h-screen
<div class="flex items-center justify-center h-screen">
{#if verified}
<VerifiedBadge />
{/if}