update how oauth is handled

This commit is contained in:
maxDorninger
2025-09-13 18:42:34 +02:00
parent 1c81083e23
commit 8f5cc9329c
10 changed files with 89 additions and 189 deletions

View File

@@ -116,7 +116,7 @@
Or continue with
</span>
</div>
<Button class="mt-2 w-full" onclick={() => handleOauth(name)} variant="outline"
<Button class="mt-2 w-full" onclick={() => handleOauth()} variant="outline"
>Login with {name}</Button
>
{/each}

View File

@@ -120,7 +120,7 @@
Or continue with
</span>
</div>
<Button class="mt-2 w-full" onclick={() => handleOauth(name)} variant="outline"
<Button class="mt-2 w-full" onclick={() => handleOauth()} variant="outline"
>Login with {name}</Button
>
{/each}