Skip to content

Commit

Permalink
Save account file after setting username link
Browse files Browse the repository at this point in the history
Fixes #1515
  • Loading branch information
AsamK committed May 1, 2024
1 parent 09e3e7f commit 04726f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,7 @@ public UsernameLinkComponents getUsernameLink() {

public void setUsernameLink(final UsernameLinkComponents usernameLink) {
this.usernameLink = usernameLink;
save();
}

public ServiceEnvironment getServiceEnvironment() {
Expand Down

0 comments on commit 04726f0

Please sign in to comment.