Skip to content

Commit

Permalink
fix(console): move nhost util functions into nhost store class
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jul 5, 2024
1 parent 8455439 commit af90d49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import { invalidate } from '$app/navigation';
import * as m from '$i18n/messages';
import { handleMessage } from '$lib/components/layout/toast-manager';
import { getNhostClient } from '$lib/stores/nhost';
import { AppBar, getToastStore } from '@skeletonlabs/skeleton';
import { Alerts } from '@spectacular/skeleton/components/form';
import { UserRound } from 'lucide-svelte';
import SuperDebug from 'sveltekit-superforms';
import { getNhostClient } from '$lib/stores/nhost';
// Variables
let message: App.Superforms.Message | undefined;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const log = new Logger('auth:profile:skey:browser');
const toastStore = getToastStore();
const nhost = getNhostClient();
export let securityKey: SecurityKeyFragment;
$: securityKeyFragment = fragment(
securityKey,
Expand Down

0 comments on commit af90d49

Please sign in to comment.