Fix webauthnService import - Complete #231 (see 81bf3af & acc5d71)

This commit is contained in:
Bubka 2023-09-16 10:29:08 +02:00
parent 81bf3afc91
commit 04ac8f2818
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
<script>
import Form from './../../components/Form'
import WebauthnService from './../../webauthn/WebauthnService'
import WebauthnService from './../../webauthn/webauthnService'
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
import { identifyAuthenticationError } from './../../webauthn/identifyAuthenticationError'

View File

@ -40,7 +40,7 @@
<script>
import Form from './../../components/Form'
import WebauthnService from './../../webauthn/WebauthnService'
import WebauthnService from './../../webauthn/webauthnService'
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
import { identifyRegistrationError } from './../../webauthn/identifyRegistrationError'

View File

@ -67,7 +67,7 @@
<script>
import Form from './../../components/Form'
import WebauthnService from './../../webauthn/WebauthnService'
import WebauthnService from './../../webauthn/webauthnService'
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
import { identifyRegistrationError } from './../../webauthn/identifyRegistrationError'