From e421cd5ae22e90052b5ab51258f2a5a973fd7e56 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 8 Feb 2023 20:05:27 +0100 Subject: [PATCH] Auth: Simplify Link Account template Hide inputs from the interface and simply show an explanation text. --- templates/user/auth/link_account.tmpl | 31 ++++++++++++++------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/templates/user/auth/link_account.tmpl b/templates/user/auth/link_account.tmpl index 2059129..2eff132 100644 --- a/templates/user/auth/link_account.tmpl +++ b/templates/user/auth/link_account.tmpl @@ -2,41 +2,42 @@
-
-

- Username and email already provided by Blender ID.
- Press "Complete Registration" to continue. -

-
-
- {{/* template "user/auth/signup_inner" . */}} -

- {{.locale.Tr "auth.oauth_signup_title"}} + Blender Projects {{svg "octicon-arrow-both"}} + Blender ID

-
+
{{.CsrfTokenHtml}} {{template "base/alert" .}} -
+
+

+ Your username is {{.user_name}}, + and your email is {{.email}} +

+

+ Press "Complete Registration" to continue. +

+
+ +
-
+
-