Revert google button

This commit is contained in:
Andrew Kingston 2023-01-18 15:58:10 +00:00
parent 4368bdcbab
commit 3b90dfcef9
1 changed files with 1 additions and 10 deletions

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}