Skip to content

Commit

Permalink
Fix issue with extra login flow when already logged in via bearer token.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Jul 20, 2023
1 parent 5557698 commit a29a16a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deriva/qt/upload_gui/ui/upload_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def configure(self, uploader, hostname):
self.getNewAuthWindow()
if not self.checkVersion():
return
self.getSession()

def getNewAuthWindow(self):
if self.auth_window:
Expand Down

0 comments on commit a29a16a

Please sign in to comment.