Skip to content

Commit

Permalink
fix: random code mail
Browse files Browse the repository at this point in the history
  • Loading branch information
floriannari authored Jan 18, 2024
1 parent d17bd63 commit 70c92be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function randomCodeMethod(isManagerDashboard) {
}

function randomCodeMailMethod(isManagerDashboard) {
randomCodeMethod(isManagerDashboard).extend({
return randomCodeMethod(isManagerDashboard).extend({
template: '#random_code_mail-method'
});
}
Expand Down

0 comments on commit 70c92be

Please sign in to comment.