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