diff options
author | huneau romain <huneau.romain@gmail.com> | 2017-05-11 12:30:30 +0200 |
---|---|---|
committer | huneau romain <huneau.romain@gmail.com> | 2017-05-11 12:30:30 +0200 |
commit | c0ddc89f21b6370ea58eee68c5c3696861b3e8f2 (patch) | |
tree | 8014faca721b88f00939eeb7e8fdbcf1fd8872db | |
parent | b5271e5346cde2563d36c64a300729e27336a86b (diff) | |
download | wekan-c0ddc89f21b6370ea58eee68c5c3696861b3e8f2.tar.gz wekan-c0ddc89f21b6370ea58eee68c5c3696861b3e8f2.tar.bz2 wekan-c0ddc89f21b6370ea58eee68c5c3696861b3e8f2.zip |
add Autentication to global var
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 7aa16f4d..5fa05a38 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -126,6 +126,7 @@ "Settings": true, "InvitationCodes": true, "Winston":true, - "JsonRoutes": true + "JsonRoutes": true, + "Authentication": true } } |