From 4bacba7cece901f9c25a450eb4b7bc8969bb5e9e Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 9 Jul 2024 00:36:48 +0300 Subject: Start working on login functionality --- templates/src/templates.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/src/templates.rs b/templates/src/templates.rs index 63c67c5..0196289 100644 --- a/templates/src/templates.rs +++ b/templates/src/templates.rs @@ -42,7 +42,7 @@ markup::define! { } li.shiftright { @if user.is_none() { - a #login[href="/login"] { "Sign in" } + a #login[href="/login/start"] { "Sign in" } } else { span { @user.as_ref().unwrap() " - " a #logout[href="/logout"] { "Sign out" } -- cgit 1.4.1