feat: password reset via email (#36) #49
@@ -46,7 +46,7 @@ function clickOutside(node: HTMLElement) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="min-h-screen bg-white" data-hydrated={hydrated || undefined}>
|
<div class="min-h-screen bg-white" data-hydrated={hydrated || undefined}>
|
||||||
{#if !page.url.pathname.startsWith('/login')}
|
{#if !['/login', '/forgot-password', '/reset-password'].some((p) => page.url.pathname.startsWith(p))}
|
||||||
<header class="sticky top-0 z-50 border-b border-gray-100 bg-white">
|
<header class="sticky top-0 z-50 border-b border-gray-100 bg-white">
|
||||||
<!-- De Gruyter Brill purple accent strip -->
|
<!-- De Gruyter Brill purple accent strip -->
|
||||||
<div class="h-1 bg-brand-purple"></div>
|
<div class="h-1 bg-brand-purple"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user