Skip to content

Commit

Permalink
Update mxcubeweb/core/components/user/usermanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson authored Sep 2, 2024
1 parent a8e938a commit e5efd4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mxcubeweb/core/components/user/usermanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def _login(self, login_id: str, password: str):
and is_local_host()
and HWR.beamline.lims.loginType.lower() != "user"
):
and is_local_host()
and HWR.beamline.lims.loginType.lower() != "user":
msg = "[LOGIN] Valid login from local host (%s)" % str(info)
logging.getLogger("MX3.HWR").info(msg)
Expand Down

0 comments on commit e5efd4e

Please sign in to comment.