diff options
author | Jacopo <beschi.jacopo@gmail.com> | 2016-11-06 19:41:23 +0100 |
---|---|---|
committer | jacopo-beschi-intersail <jacopo.beschi@intersail.it> | 2016-12-02 10:19:31 +0100 |
commit | 8235f8301571a9b55a14b94b2ed687e53cbc2f4e (patch) | |
tree | 5b8235e98a52cb9f6b0ee729895f41b3956d843a /.eslintrc | |
parent | c2be86b50f50d7bd5ec36b2893aa20d85dc3d21c (diff) | |
download | gitlab-ce-8235f8301571a9b55a14b94b2ed687e53cbc2f4e.tar.gz |
Fixed Wrong Tab Selected When Loggin Fails And Multiple Login Tabs Exists
When ldap is enabled and use "Standard" authentication method, if authentication fails
the correct tab remain selected.
This is done by saving into localStorage when the active tab changes and by always selecting that tab when
the page is loaded.
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc index b80dcec9d1d..e13f76b213c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -8,7 +8,8 @@ "globals": { "_": false, "gl": false, - "gon": false + "gon": false, + "localStorage": false }, "plugins": [ "filenames" |