Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Sep 27, 2024
1 parent 98c544e commit c76fc77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/2sv/key/Insert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@

<script>
import ProfileWizard from '@/profile/ProfileWizard.vue'
import { browserSupportsWebauthn } from '@simplewebauthn/browser'
import { browserSupportsWebAuthn } from '@simplewebauthn/browser'
import { newKeyName, mfa } from '@/global/mfa'
export default {
components: {
ProfileWizard,
},
data: () => ({
isSupported: browserSupportsWebauthn(),
isSupported: browserSupportsWebAuthn(),
showLabelInput: false,
input: '',
newKeyName,
Expand Down
2 changes: 1 addition & 1 deletion src/2sv/key/Touch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<script>
import ProfileWizard from '@/profile/ProfileWizard.vue'
import { browserSupportsWebauthn, startRegistration } from '@simplewebauthn/browser'
import { browserSupportsWebAuthn, startRegistration } from '@simplewebauthn/browser'
import { add, verifyWebauthn, newKeyName } from '@/global/mfa'
let absTimeout
Expand Down

0 comments on commit c76fc77

Please sign in to comment.