🐛(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:
committed by
aleb_the_flash
parent
c8772bb1ad
commit
4a6e65d4be
@@ -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 = {},
|
||||
|
||||
Reference in New Issue
Block a user