From 47970d6c1468d22fed15baccce00174b5af114e7 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 16 May 2012 14:38:34 -0400 Subject: [PATCH] When a username/password auth fails, restore the username/password dialog instead of leaving the throbber on the screen. --- webcit/static/authmethods.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/static/authmethods.js b/webcit/static/authmethods.js index f66f8bcf9..a80543fdb 100644 --- a/webcit/static/authmethods.js +++ b/webcit/static/authmethods.js @@ -93,6 +93,7 @@ function ajax_try_username_and_password() { } else { $('login_errmsg').innerHTML = ctdlresult.responseText.substr(4) ; + authtoggle('authbox_userpass'); } } }); -- 2.30.2