onMounted(async()=>{try{consts=awaitauthAPI.getPublicSettings();contactInfo.value=s.contact_info||'';balanceLowNotifyEnabled.value=s.balance_low_notify_enabled??false;systemDefaultThreshold.value=s.balance_low_notify_threshold??0}catch(error){console.error('Failed to load settings:',error)}})