feat: complete SSR CRM and refine auth UI
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
page Forbidden {
|
||||
seo { title = "Access denied" }
|
||||
view {
|
||||
<main class="crm-status-page"><section class="crm-status-card"><span class="crm-status-icon" aria-hidden="true">!</span><span class="crm-eyebrow">Permission required</span><h1>You do not have access to administration.</h1><p>Your account is working correctly, but an administrator role is required for this page.</p><div class="crm-actions"><a class="crm-button" href="/dashboard">Back to dashboard</a><a class="crm-button crm-button--ghost" href="/contacts">View contacts</a></div></section></main>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user