mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-20 14:10:54 +02:00
parent
81bf3afc91
commit
04ac8f2818
@ -41,7 +41,7 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
import Form from './../../components/Form'
|
import Form from './../../components/Form'
|
||||||
import WebauthnService from './../../webauthn/WebauthnService'
|
import WebauthnService from './../../webauthn/webauthnService'
|
||||||
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
|
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
|
||||||
import { identifyAuthenticationError } from './../../webauthn/identifyAuthenticationError'
|
import { identifyAuthenticationError } from './../../webauthn/identifyAuthenticationError'
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
import Form from './../../components/Form'
|
import Form from './../../components/Form'
|
||||||
import WebauthnService from './../../webauthn/WebauthnService'
|
import WebauthnService from './../../webauthn/webauthnService'
|
||||||
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
|
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
|
||||||
import { identifyRegistrationError } from './../../webauthn/identifyRegistrationError'
|
import { identifyRegistrationError } from './../../webauthn/identifyRegistrationError'
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
import Form from './../../components/Form'
|
import Form from './../../components/Form'
|
||||||
import WebauthnService from './../../webauthn/WebauthnService'
|
import WebauthnService from './../../webauthn/webauthnService'
|
||||||
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
|
import { webauthnAbortService } from './../../webauthn/webauthnAbortService'
|
||||||
import { identifyRegistrationError } from './../../webauthn/identifyRegistrationError'
|
import { identifyRegistrationError } from './../../webauthn/identifyRegistrationError'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user