05/19 Enhance codes 5
This commit is contained in:
@@ -39,7 +39,6 @@ from webauthn.helpers.structs import (
|
||||
from webauthn.helpers.exceptions import (
|
||||
InvalidCBORData,
|
||||
InvalidRegistrationResponse,
|
||||
InvalidAuthenticationResponse,
|
||||
)
|
||||
from flask import Blueprint, request, jsonify, g, session, current_app
|
||||
|
||||
@@ -402,4 +401,4 @@ def delete_credential(cred_id):
|
||||
ip_address=client_ip(),
|
||||
)
|
||||
db.session.commit()
|
||||
return jsonify({'message': 'Passkey removed'}), 200
|
||||
return jsonify({'message': 'Passkey removed'}), 200
|
||||
Reference in New Issue
Block a user