mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 19:46:42 +02:00
🐛 fix: resolve auth issues in Manacore, Calendar, and Clock apps
- Manacore: fix import path for authStore (authStore.svelte → auth.svelte) - Calendar: simplify root layout by moving PillNavigation to (app) layout - Clock: update login page to use correct shared-auth-ui props (onSignIn, logo, goto) - Add ClockLogo component to shared-branding package
This commit is contained in:
parent
60756f7105
commit
bb4e12c36e
6 changed files with 35 additions and 69 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import { Button, Input, Card, PageHeader } from '@manacore/shared-ui';
|
||||
import { authStore } from '$lib/stores/authStore.svelte';
|
||||
import { authStore } from '$lib/stores/auth.svelte';
|
||||
import { creditsService } from '$lib/api/credits';
|
||||
import type { CreditBalance } from '$lib/api/credits';
|
||||
import { userSettings } from '$lib/stores/user-settings.svelte';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue