Skip to content

Commit

Permalink
Update api.py 00005
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Oct 30, 2023
1 parent 5c273c6 commit 9970245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxdrive/gui/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def web_authentication(
return

# Handle the server URL
if "login" in server_url:
if "login.jsp" in server_url:
self.setMessage.emit("CONNECTION_ERROR", "error")
return

Check warning on line 789 in nxdrive/gui/api.py

View check run for this annotation

Codecov / codecov/patch

nxdrive/gui/api.py#L787-L789

Added lines #L787 - L789 were not covered by tests

Expand Down

0 comments on commit 9970245

Please sign in to comment.