From b3cd8da333eb7aef35ebecdd622dc1029c49d704 Mon Sep 17 00:00:00 2001 From: ale Date: Sun, 15 Dec 2019 21:44:41 +0000 Subject: [PATCH] Fix submission URLs for 2FA login forms --- server/templates/login_otp.html | 2 +- server/templates/login_u2f.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/templates/login_otp.html b/server/templates/login_otp.html index 68a6ac5..713b504 100644 --- a/server/templates/login_otp.html +++ b/server/templates/login_otp.html @@ -1,6 +1,6 @@ {{template "header" .}} -
+ {{.CSRFField}}
diff --git a/server/templates/login_u2f.html b/server/templates/login_u2f.html index 904c2f8..027469c 100644 --- a/server/templates/login_u2f.html +++ b/server/templates/login_u2f.html @@ -1,6 +1,6 @@ {{template "header" .}} - + {{.CSRFField}} -- GitLab