Merge pull request #22094 from nextcloud/backport/22087/stable19
[stable19] Fix browser freeze on long password input
This commit is contained in:
commit
be703908f9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9842,8 +9842,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",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"regenerator-runtime": "^0.13.5",
|
||||
"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-tooltip": "^2.0.2",
|
||||
|
|
Loading…
Reference in New Issue