mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix browser freeze on long password input
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ca156c28c7
commit
a8ad02a8f1
4 changed files with 5 additions and 5 deletions
2
core/js/dist/main.js
vendored
2
core/js/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js.map
vendored
2
core/js/dist/main.js.map
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -9331,8 +9331,8 @@
|
|||
"dev": true
|
||||
},
|
||||
"strengthify": {
|
||||
"version": "git+https://github.com/MorrisJobke/strengthify.git#99ff58bdc29fabfd0b1073662b16432d515a6516",
|
||||
"from": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8"
|
||||
"version": "git+https://github.com/MorrisJobke/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899",
|
||||
"from": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9"
|
||||
},
|
||||
"strict-uri-encode": {
|
||||
"version": "1.1.0",
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
"query-string": "^5.1.1",
|
||||
"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",
|
||||
"toastify-js": "^1.6.2",
|
||||
"underscore": "^1.9.2",
|
||||
"url-search-params-polyfill": "^7.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue