fix(auth): remove authenticator names from server

This commit is contained in:
Karol Sójko
2023-03-09 06:46:35 +01:00
parent d827513b73
commit c45653a50a
17 changed files with 14 additions and 56 deletions
@@ -52,7 +52,6 @@ export class InversifyExpressAuthenticatorsController extends BaseHttpController
const result = await this.authenticatorsController.verifyRegistrationResponse({
userUuid: response.locals.user.uuid,
attestationResponse: request.body.attestationResponse,
name: request.body.name,
})
return this.json(result.data, result.status)