mirror of
https://github.com/standardnotes/server
synced 2026-09-13 00:45:26 -04:00
fix(auth): remove authenticator names from server
This commit is contained in:
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user