feat: complete SSR CRM and refine auth UI
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user