diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-12 11:54:56 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-12 11:59:38 +0100 |
commit | 1cb5f316ed2113b1a546bb9a3daea1d5fe207785 (patch) | |
tree | 18979356ef7ec14e1d844b10147c043e35b73f62 /settings/package.json | |
parent | d6de8ebeb272d677a4bf1930c6eb42c1bf57b844 (diff) | |
download | nextcloud-server-1cb5f316ed2113b1a546bb9a3daea1d5fe207785.tar.gz nextcloud-server-1cb5f316ed2113b1a546bb9a3daea1d5fe207785.zip |
Use nextcloud-password-confirmation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 932c26819f5..53692fcdc72 100644 --- a/settings/package.json +++ b/settings/package.json @@ -14,6 +14,7 @@ "@babel/polyfill": "^7.0.0", "lodash": "^4.17.11", "nextcloud-axios": "^0.1.2", + "nextcloud-password-confirmation": "^0.3.1", "nextcloud-vue": "^0.3.1", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.5.17", |