From cb5ee1ca637f191b6beeacb491ae0cadc353773d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 May 2025 10:50:22 +0200 Subject: Put account management pages under "/account" URL prefix. --- views/login.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/login.pug') diff --git a/views/login.pug b/views/login.pug index f91129e..ec8be48 100644 --- a/views/login.pug +++ b/views/login.pug @@ -33,4 +33,4 @@ html p button(type="submit") Login p - a(href="/forgot-password") Forgot password + a(href="/account/forgot-password") Forgot password -- cgit v1.2.3