🐛(frontend) restore user language synchronization between front and back

Fix issue where user language preferences stopped properly syncing between
frontend and backend, causing inconsistent language experience. Issue was
reported by user and affected localization settings persistence.
This commit is contained in:
lebaudantoine
2025-05-20 13:41:24 +02:00
committed by aleb_the_flash
parent c8772bb1ad
commit 4a6e65d4be

View File

@@ -2,9 +2,11 @@ import { silenceLiveKitLogs } from '@/utils/livekit'
import { useConfig } from '@/api/useConfig'
import { useAnalytics } from '@/features/analytics/hooks/useAnalytics'
import { useSupport } from '@/features/support/hooks/useSupport'
import { useSyncUserPreferencesWithBackend } from '@/features/auth'
export const AppInitialization = () => {
const { data } = useConfig()
useSyncUserPreferencesWithBackend()
const {
analytics = {},