Sandeep Kumar Bhagat

Results 2 issues of Sandeep Kumar Bhagat

const ldapLogin = async ( request: Request, response: Response, next: NextFunction ) => { const { email, password } = request.body; const userDN = `uid=${email},${ldapConfig.userBaseDN}`; const SearchOptions: SearchOptions = {...

### Increasing Access **Description:** **Current Behavior:** When attempting to add a sketch to a collection using the "Add to Collection" from the dropdown, users are required to have pre-existing collections....

Feature Request
Status: Needs Design