@ -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
</Layout>
</div>