Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 1, 2025
2 parents 578b4de + e855cb7 commit 22ace60
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 22ace60

Please sign in to comment.