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 Signup {
|
||||
seo { title = "Create account" }
|
||||
view {
|
||||
<AuthSplitLayout brand="Northstar CRM" eyebrow="Start in minutes" title="Build relationships, not spreadsheets." description="Create your secure sales workspace and begin with a complete customer view." features='[{"label":"Free local workspace","description":"Explore the complete CRM flow with SQLite."},{"label":"Flexible permissions","description":"Viewer, sales, manager, and admin roles."},{"label":"Your data stays yours","description":"Portable SQL data and explicit migrations."}]'>
|
||||
<div data-slot="form"><SignUp redirect="/dashboard" signInHref="/login" showPhone="false" showUsername="false" requireConsent="false" class="border-0 shadow-none" /></div>
|
||||
</AuthSplitLayout>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user