diff --git a/resources/js_vue3/services/webauthn/webauthnService.js b/resources/js_vue3/services/webauthn/webauthnService.js index 02fb9783..eb846df8 100644 --- a/resources/js_vue3/services/webauthn/webauthnService.js +++ b/resources/js_vue3/services/webauthn/webauthnService.js @@ -62,7 +62,6 @@ class WebauthnService { } catch (error) { const webauthnError = identifyRegistrationError(error, options) - // console.log(webauthnError) return Promise.reject({ webauthn: true, type: webauthnError.type, diff --git a/resources/js_vue3/views/auth/Register.vue b/resources/js_vue3/views/auth/Register.vue index 885fbea8..a140fc0d 100644 --- a/resources/js_vue3/views/auth/Register.vue +++ b/resources/js_vue3/views/auth/Register.vue @@ -1,12 +1,14 @@