Skip to content

Commit

Permalink
add default name
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 1, 2025
1 parent e01ffff commit e855cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function applySettingsToNudel(settings) {
usernameInput.value = settings.username;
}

session.user = settings.username;
session.user = settings.username || "anonymous nudelfan";
}

if (usernameInput) {
Expand Down

0 comments on commit e855cb7

Please sign in to comment.