Skip to content

Commit

Permalink
Elaborate on user name change not updating launcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Feb 12, 2024
1 parent 23a4ab2 commit dae8838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public async Task<IActionResult> OnPostUsernameAsync()
_userManager.LogNameChanged(user, oldName, user.UserName, user);

await _signInManager.RefreshSignInAsync(user);
StatusMessage = "Your username has been changed";
StatusMessage = "Your username has been changed. Note that it may take some time to visibly update in some places, such as the launcher.";

await _dbContext.SaveChangesAsync();
await tx.CommitAsync();
Expand Down

0 comments on commit dae8838

Please sign in to comment.