From 746e4a2d1a60052513feeda37e6d0a662fabcd5a Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 22 Jul 2021 09:19:27 +0530 Subject: [PATCH] use buttons in login, reigster and sudo forms --- templates/auth/login/index.html | 3 +-- templates/auth/register/index.html | 2 +- templates/auth/sudo/index.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/auth/login/index.html b/templates/auth/login/index.html index 1513e5b1..053e0fb4 100644 --- a/templates/auth/login/index.html +++ b/templates/auth/login/index.html @@ -36,8 +36,7 @@ /> <. include!("../../components/showPassword/index.html"); .> - - +

New to mCaptcha? diff --git a/templates/auth/register/index.html b/templates/auth/register/index.html index c12faedc..f27a82b6 100644 --- a/templates/auth/register/index.html +++ b/templates/auth/register/index.html @@ -66,7 +66,7 @@ /> <. include!("../../components/showPassword/index.html"); .> - +

Already have an account? diff --git a/templates/auth/sudo/index.html b/templates/auth/sudo/index.html index 4dbe796e..234d8eab 100644 --- a/templates/auth/sudo/index.html +++ b/templates/auth/sudo/index.html @@ -23,7 +23,7 @@ /> <. include!("../../components/showPassword/index.html"); .> - + <. include!("../../components/additional-data/index.html"); .>