Revert google button
This commit is contained in:
parent
4368bdcbab
commit
3b90dfcef9
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue