Skip to content

Commit 889bab8

Browse files
committed
1 parent fef0143 commit 889bab8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

com.woltlab.wcf/templates/newPassword.tpl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,4 @@
44

55
{unsafe:$form->getHtml()}
66

7-
<script data-relocate="true">
8-
require(['WoltLabSuite/Core/Ui/User/PasswordStrength', 'Language'], (PasswordStrength, Language) => {
9-
{include file='shared_passwordStrengthLanguage'}
10-
11-
new PasswordStrength(document.getElementById('newPassword'), {
12-
staticDictionary: [
13-
'{unsafe:$user->username|encodeJS}',
14-
'{unsafe:$user->email|encodeJS}',
15-
]
16-
});
17-
})
18-
</script>
19-
207
{include file='authFlowFooter'}

0 commit comments

Comments
 (0)