Skip to content

Commit

Permalink
fixed linter problem
Browse files Browse the repository at this point in the history
  • Loading branch information
khiyami authored and khiyami committed Oct 20, 2024
1 parent 8fbba35 commit 469c50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ define('forum/register', [
if (results.every(obj => obj.status === 'rejected')) {
showSuccess(usernameInput, username_notify, successIcon);
} else {
showError(usernameInput, username_notify, 'Username taken. Try 1234'+username);
showError(usernameInput, username_notify, 'Username taken. Try 1234' + username);
}

callback();
Expand Down

0 comments on commit 469c50b

Please sign in to comment.