Skip to content

Commit

Permalink
chore: clean up unused refrences
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomMantis committed Apr 6, 2024
1 parent 5b1ce2e commit 7b97be4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def update_account(self, account: Accounts):
setattr(self, key, value)


# ANCHOR - Perform migration of old passwords
# ANCHOR - Chnage password for user
def change_password(self):
old_password = self.form.get("old_password")
new_password = self.form.get("new_password")
Expand Down
1 change: 0 additions & 1 deletion apps/wizarr-frontend/src/api/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ class Auth {
* @returns The response from the server
*/
async changePassword(old_password?: string, new_password?: string) {
const AuthStore = useAuthStore();
const userStore = useUserStore();

// verify if the user is authenticated
Expand Down

0 comments on commit 7b97be4

Please sign in to comment.