Skip to content

Commit

Permalink
feat: try try again at fixing username loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed May 24, 2024
1 parent be7d8b8 commit 77fbea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git_annex_remote_synology/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ def username(self) -> str:

@username.setter
def username(self, username: str):
self._save_username(username, self.totp_command)

self._username = username
self._save_username(username, self.totp_command)

@property
def password(self) -> str:
Expand Down

0 comments on commit 77fbea9

Please sign in to comment.