mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-27 19:25:40 +02:00
update how oauth is handled
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user