1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
This commit is contained in:
mike12345567 2021-07-30 20:40:38 +01:00
parent 5e89cf5fa8
commit 906d89e716
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={() => {
admin.unload()
$goto("../auth/org")
}}>
<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={() => {
admin.unload()
$goto("./org")
}}>
<ActionButton
quiet
on:click={() => {
admin.unload()
$goto("./org")
}}
>
Change organisation
</ActionButton>
{/if}