Jesvin Jose
Jesvin Jose
I got this error in the fiddles. ``` [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option....
fix: find linked account from authentication error and linked it, removed account linking dead code
### Description If an account linking error happens, new logic finds out the account and links it. Dead code related to linking accounts have been deleted. ### Checks - [x]...
### Expected Behaviour I have an exception handler for `Exception`. ``` app = APIGatewayRestResolver(enable_validation=True) @app.exception_handler(Exception) def handle_exception(ex: Exception): ... ``` When a validation error happens, I want to get the...