PHRAS-1267 Add password strenght plugin to require vendor

This commit is contained in:
Xavier Rousset
2016-10-24 15:14:07 +02:00
parent 9a2e4677d9
commit 7f45d7ed01
5 changed files with 7 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ define([
"backbone",
"bootstrap",
"common/forms/views/form",
"common/forms/views/formType/zxcvbn"
"zxcvbn"
], function ($, _, i18n, Backbone, bootstrap, FormView, zxcvbn) {
var PasswordSetterForm = FormView.extend({
events: function () {