summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2016-11-06 19:41:23 +0100
committerjacopo-beschi-intersail <jacopo.beschi@intersail.it>2016-12-02 10:19:31 +0100
commit8235f8301571a9b55a14b94b2ed687e53cbc2f4e (patch)
tree5b8235e98a52cb9f6b0ee729895f41b3956d843a /.eslintrc
parentc2be86b50f50d7bd5ec36b2893aa20d85dc3d21c (diff)
downloadgitlab-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--.eslintrc3
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"