Skip to content

Commit

Permalink
fix: Onboarding was bugged
Browse files Browse the repository at this point in the history
  • Loading branch information
lscambo13 committed Jan 1, 2024
1 parent d2e9252 commit dd48e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js_modules/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function askUserName() {
'Proceed',
null,
null,
enableSubmitButton,
[enableSubmitButton, null],
() => {
getDialogElementByID('Your name').setAttribute('maxlength', 17);
},
Expand Down

0 comments on commit dd48e33

Please sign in to comment.