Skip to content

Commit

Permalink
fix edit credantial
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-so committed Mar 1, 2024
1 parent 601e5f1 commit 450e125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nitrokeyapp/secrets_tab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ def edit_credential(self, credential: Credential) -> None:
self.ui.btn_save.setEnabled(False)
else:
self.hide_show_hmac()


def act_enable_otp_edit(self) -> None:
assert self.active_credential
Expand Down

0 comments on commit 450e125

Please sign in to comment.