From 33a6129d1e4e548c87097306c5929858c04962ec Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 16 Jan 2020 13:13:33 -0500 Subject: [PATCH] Add async username check on OAuth signup form This checks the user's inputted username as they type it, and prevents form submission if the name is taken. Ref T712 --- pages/signup-oauth.tmpl | 66 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/pages/signup-oauth.tmpl b/pages/signup-oauth.tmpl index 34081cf..3fd4255 100644 --- a/pages/signup-oauth.tmpl +++ b/pages/signup-oauth.tmpl @@ -65,7 +65,7 @@ form dd { {{end}}
-
+ @@ -85,7 +85,7 @@ form dd { @@ -108,11 +108,73 @@ form dd {
+ {{end}}