Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandriel committed Dec 5, 2024
1 parent 40e4aa0 commit 449ff8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/page/selectkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

class SelectYubiKeyPage(QWizardPage):
def _prevent_backbutton_clicks(self):
# Make sure the user can't navigate back after this step
# https://doc.qt.io/qt-5/qwizardpage.html#setCommitPage
self.setCommitPage(True)

def __init__(self, mypkcs, parent=None):
Expand Down

0 comments on commit 449ff8f

Please sign in to comment.