feat(ui/auth): use a minimal layout for the login page
The login page previously rendered inside MainLayout, showing the full nav sidebar and the authenticated-user footer. It now uses a bare LoginLayout (no nav, no session-expiry watchdog, no dialog host) and just renders its own centred card.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
@* Minimal layout for the login page: no nav sidebar, no session-expiry
|
||||
watchdog, no dialog host. The page renders its own centred card. *@
|
||||
@Body
|
||||
@@ -1,4 +1,5 @@
|
||||
@page "/login"
|
||||
@layout LoginLayout
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@attribute [AllowAnonymous]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user