1
0
Fork 0
mirror of synced 2024-09-14 00:08:25 +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 let show
$: tenantId = $auth.tenantId $: tenantId = $auth.tenantId
$: show = true //$organisation.google $: show = $organisation.google
</script> </script>
{#if show} {#if show}
@ -18,13 +18,4 @@
> >
Log in with Google Log in with Google
</FancyButton> </FancyButton>
<FancyButton
disabled
on:click={() => {
window.open(`/api/global/auth/${tenantId}/google`, "_blank")
}}
icon={GoogleLogo}
>
Log in with Google
</FancyButton>
{/if} {/if}