1
0
Fork 0
mirror of synced 2024-08-27 07:51:37 +12:00

Revert google button

This commit is contained in:
Andrew Kingston 2023-01-18 15:58:10 +00:00
parent 76dac009be
commit 31a29f3260

View file

@ -6,7 +6,7 @@
let show
$: tenantId = $auth.tenantId
$: show = true //$organisation.google
$: show = $organisation.google
</script>
{#if show}
@ -18,13 +18,4 @@
>
Log in with Google
</FancyButton>
<FancyButton
disabled
on:click={() => {
window.open(`/api/global/auth/${tenantId}/google`, "_blank")
}}
icon={GoogleLogo}
>
Log in with Google
</FancyButton>
{/if}