Skip to content

Commit

Permalink
Fix button state
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 10, 2023
1 parent 01fd498 commit 177f363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions koordinates/gui/login_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def login_clicked(self):
self.oauth.finished.connect(self._auth_finished)
self.oauth.error_occurred.connect(self._auth_error_occurred)

self.login_button.set_state(AuthState.LoggingIn)
self.oauth.refresh(refresh_token)

return
Expand Down

0 comments on commit 177f363

Please sign in to comment.