Refactor user-profile, restricted access and reset token registration as separate apps so the frontend does not need to guess which context it is running in.
Support user-navigable URLs at / as well as /auth/, allowing for a dedicated authentication site with pretty URLs.
This commit is contained in:
@@ -162,7 +162,6 @@ a:focus-visible {
|
||||
|
||||
.view-header h1 {
|
||||
margin: 0;
|
||||
font-size: clamp(1.85rem, 2.5vw + 1rem, 2.6rem);
|
||||
font-weight: 600;
|
||||
color: var(--color-heading);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user