diff options
author | Joas Schilling <coding@schilljs.com> | 2020-08-03 12:24:35 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-08-03 14:52:03 +0200 |
commit | d51f9fb61f61005e9aaa30f5033ff30092480bbc (patch) | |
tree | 523c2f1fd68966d5f00fb218dc3dcd0653dbdb86 /package.json | |
parent | b585aefcea53d28b261a48f9c885351e286b5d60 (diff) | |
download | nextcloud-server-d51f9fb61f61005e9aaa30f5033ff30092480bbc.tar.gz nextcloud-server-d51f9fb61f61005e9aaa30f5033ff30092480bbc.zip |
Fix browser freeze on long password input
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 53401da5179..5df5013c5b1 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "regenerator-runtime": "^0.13.7", "select2": "3.5.1", "snap.js": "^2.0.9", - "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", + "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", "underscore": "^1.10.2", "url-search-params-polyfill": "^8.0.0", "v-click-outside": "^3.0.1", |