Adding change org button to login page.
This commit is contained in:
parent
3305400c83
commit
a9752c0939
|
@ -27,7 +27,6 @@
|
|||
username,
|
||||
password,
|
||||
})
|
||||
notifications.success("Logged in successfully")
|
||||
if ($auth?.user?.forceResetPassword) {
|
||||
$goto("./reset")
|
||||
} else {
|
||||
|
@ -79,6 +78,9 @@
|
|||
<ActionButton quiet on:click={() => $goto("./forgot")}>
|
||||
Forgot password?
|
||||
</ActionButton>
|
||||
<ActionButton quiet on:click={() => $goto("./org")}>
|
||||
Change organisation
|
||||
</ActionButton>
|
||||
</Layout>
|
||||
</Layout>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue