From f7c111bd2fe8e1d5b4aaa093501fe8d65fb08fda Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 1 Dec 2019 14:50:45 -0700 Subject: [PATCH] Add autofocus --- oauth2server/server/users.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth2server/server/users.go b/oauth2server/server/users.go index 0b472eb..30cd080 100755 --- a/oauth2server/server/users.go +++ b/oauth2server/server/users.go @@ -36,7 +36,7 @@ func (s *Server) usersLog(w http.ResponseWriter, r *http.Request) { }
- +
@@ -66,7 +66,7 @@ func (s *Server) usersRegister(w http.ResponseWriter, r *http.Request) { }
- +