Remove extra }

This commit is contained in:
Isaac Connor 2020-12-08 11:26:52 -05:00
parent 84c7a117f5
commit 63e36340c6
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ function getAuthUser($auth) {
} // end if
} // end if using auth hash
} // end if using auth hash
ZM\Error("Unable to authenticate user from auth hash '$auth'");
return null;
} // end getAuthUser($auth)