Use dictonaries for german and english words for password estimator

This commit is contained in:
Jan Böhmer 2026-06-21 12:37:31 +02:00
parent 7e90f6d707
commit c3af73daae

View file

@ -61,7 +61,8 @@ export default class extends Controller {
dictionary: {
...zxcvbnCommonPackage.dictionary,
// We could use the english dictionary here too, but it is very big. So we just use the common words
//...zxcvbnEnPackage.dictionary,
...zxcvbnEnPackage.dictionary,
...zxcvbnDePackage.dictionary,
},
translations: this._getTranslations(),
};