drone
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user