Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Nov 5, 2024
1 parent a19d2e0 commit 4c45065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

import { StoryObj } from '@storybook/vue3';
import MkExtensionInstaller from './MkExtensionInstaller.vue';
import lightTheme from '@@/themes/_light.json5';
import MkExtensionInstaller from './MkExtensionInstaller.vue';

export const Plugin = {
render(args) {
Expand Down
3 changes: 1 addition & 2 deletions packages/frontend/src/components/MkSignin.passkey.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ SPDX-License-Identifier: AGPL-3.0-only
import { ref, onMounted } from 'vue';
import { get as webAuthnRequest } from '@github/webauthn-json/browser-ponyfill';

import type { AuthenticationPublicKeyCredential } from '@github/webauthn-json/browser-ponyfill';
import { i18n } from '@/i18n.js';

import MkButton from '@/components/MkButton.vue';

import type { AuthenticationPublicKeyCredential } from '@github/webauthn-json/browser-ponyfill';

const props = defineProps<{
credentialRequest: CredentialRequestOptions;
isPerformingPasswordlessLogin?: boolean;
Expand Down

0 comments on commit 4c45065

Please sign in to comment.