Skip to content

Commit d1d2c1b

Browse files
authored
hotfix otp secret generator (#968)
1 parent c1c6a9c commit d1d2c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/users/otp-settings.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
</div>
114114
{{/if}}
115115

116-
<button type='button' class='btn btn-primary' {{on 'click' generateOTP}}>
116+
<button type='button' class='btn btn-primary' {{action 'generateOTP'}}>
117117
Instellen
118118
</button>
119119
{{/if}}
120-
{{/if}}
120+
{{/if}}

0 commit comments

Comments
 (0)