🚨 Fixed linter errors
This commit is contained in:
@@ -4,12 +4,8 @@
|
||||
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
-->
|
||||
<script lang="ts">
|
||||
import * as Sentry from '@sentry/browser';
|
||||
import { alertModal, navbarVisible } from '$lib/stores';
|
||||
import { slide } from 'svelte/transition';
|
||||
import { browser } from '$app/environment';
|
||||
import Cookies from 'js-cookie';
|
||||
import { getLocalization } from '$lib/i18n';
|
||||
import Footer from '$lib/footer.svelte';
|
||||
import VerifiedBadge from './verified_badge.svelte';
|
||||
import StartWindow from './start_window.svelte';
|
||||
@@ -20,8 +16,6 @@
|
||||
import TotpComponent from './totp_component.svelte';
|
||||
import { browserSupportsWebAuthn } from '@simplewebauthn/browser';
|
||||
|
||||
const { t } = getLocalization();
|
||||
|
||||
navbarVisible.set(true);
|
||||
|
||||
export let data;
|
||||
|
||||
Reference in New Issue
Block a user