11 lines
828 B
Plaintext
11 lines
828 B
Plaintext
import AuthSplitLayout from "@wrnexus/ui/components/AuthSplitLayout.wrn"
|
|
|
|
page Login {
|
|
seo { title = "Log in" }
|
|
view {
|
|
<AuthSplitLayout brand="Northstar CRM" eyebrow="Customer intelligence" title="Turn every conversation into momentum." description="Sign in to a focused workspace for contacts, pipeline, and activity." features='[{"label":"One customer timeline","description":"Every relationship and opportunity in context."},{"label":"Secure by default","description":"SQL sessions and role-based authorization."},{"label":"Built for focus","description":"A calm workspace without sales-tool clutter."}]'>
|
|
<div data-slot="form"><SignIn action="/api/auth/login" returnTo="/dashboard" signUpHref="/signup" forgotHref="/login" showPasskey="false" class="border-0 shadow-none" /></div>
|
|
</AuthSplitLayout>
|
|
}
|
|
}
|