diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-11 12:20:18 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-15 08:22:52 +0200 |
commit | 83e994c11fcc25a525e604bf7cc100f574794e02 (patch) | |
tree | 7ee44e5ad7bee886e98d7d6f14a4805bc16da611 /settings/package.json | |
parent | 82a5833217d8fb1a74e7838b3e2ccf2cb9e1b90c (diff) | |
download | nextcloud-server-83e994c11fcc25a525e604bf7cc100f574794e02.tar.gz nextcloud-server-83e994c11fcc25a525e604bf7cc100f574794e02.zip |
Make it possible to enforce mandatory 2FA for groups
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/package.json')
-rw-r--r-- | settings/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/package.json b/settings/package.json index 4b568a986de..515dea36e08 100644 --- a/settings/package.json +++ b/settings/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@babel/polyfill": "^7.0.0", + "lodash": "^4.17.11", "nextcloud-axios": "^0.1.2", "nextcloud-vue": "^0.2.0", "v-tooltip": "^2.0.0-rc.33", |