Skip to content

Commit

Permalink
Merge branch 'wip-NXDRIVE-2861-Fix-behavior-when-not-entering-the-cor…
Browse files Browse the repository at this point in the history
…rect-URL-format' of https://github.com/nuxeo/nuxeo-drive into wip-NXDRIVE-2861-Fix-behavior-when-not-entering-the-correct-URL-format
  • Loading branch information
gitofanindya committed Nov 8, 2023
2 parents 2c0dfe7 + 9970245 commit 6bbc864
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

Expand Down

0 comments on commit 6bbc864

Please sign in to comment.