This commit is contained in:
2025-08-02 11:20:01 +03:00
parent feb351424e
commit 09feab1c42
18 changed files with 95 additions and 85 deletions

View File

@@ -80,7 +80,6 @@ export const useSettingsStore = defineStore('settings', () => {
if (authStore.isAuth) {
try {
const { data } = await api.get('/customer/settings')
console.log(data.data)
settings.value = {
fontSize: data.data.fontSize || defaultSettings.fontSize,
locale: data.data.locale || detectLocale(),