From ad3498f33912a58490a4ba4fe2adc2cca0e56c52 Mon Sep 17 00:00:00 2001 From: deflax Date: Sat, 6 Apr 2024 17:47:08 +0300 Subject: [PATCH] provide social buttons --- src/forest/templates/auth/already_confirmed.html | 2 +- src/forest/templates/auth/login.html | 1 + src/forest/templates/auth/register.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/forest/templates/auth/already_confirmed.html b/src/forest/templates/auth/already_confirmed.html index 2776e8c..faffbd9 100644 --- a/src/forest/templates/auth/already_confirmed.html +++ b/src/forest/templates/auth/already_confirmed.html @@ -9,7 +9,7 @@ Mail is already activated.

- Click here to exit + Click here to exit

diff --git a/src/forest/templates/auth/login.html b/src/forest/templates/auth/login.html index 86265ce..5f87422 100644 --- a/src/forest/templates/auth/login.html +++ b/src/forest/templates/auth/login.html @@ -9,6 +9,7 @@
+ Login with Google {{ wtf.quick_form(form) }}

Forgot your password? Click here to reset it.

diff --git a/src/forest/templates/auth/register.html b/src/forest/templates/auth/register.html index f2dd1b4..b6ddeb7 100644 --- a/src/forest/templates/auth/register.html +++ b/src/forest/templates/auth/register.html @@ -10,6 +10,7 @@
+ Register with Google {{ wtf.quick_form(form) }}