This commit is contained in:
mike12345567 2021-07-30 20:40:38 +01:00
parent af9b0a738d
commit 10bb31afd2
2 changed files with 14 additions and 8 deletions

View File

@ -57,10 +57,13 @@
Create super admin user
</Button>
{#if multiTenancyEnabled}
<ActionButton quiet on:click={() => {
<ActionButton
quiet
on:click={() => {
admin.unload()
$goto("../auth/org")
}}>
}}
>
Change organisation
</ActionButton>
{/if}

View File

@ -84,10 +84,13 @@
Forgot password?
</ActionButton>
{#if multiTenancyEnabled}
<ActionButton quiet on:click={() => {
<ActionButton
quiet
on:click={() => {
admin.unload()
$goto("./org")
}}>
}}
>
Change organisation
</ActionButton>
{/if}