mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-26 02:35:48 -05:00
@@ -74,7 +74,7 @@ const selectedServerEnv = ref<'dev' | 'test' | 'prod' | undefined>(
|
||||
profile.value?.serverAccessLevel
|
||||
);
|
||||
|
||||
const newBirthday = ref(parseDate(profile.value?.birthday || ''));
|
||||
const newBirthday = shallowRef(parseDate(profile.value?.birthday || ''));
|
||||
const newCountry = ref(((profile.value?.region || 0) >>> 24) & 0xff);
|
||||
const newRegion = ref(profile.value?.region);
|
||||
const newTimezone = ref(profile.value?.timezone);
|
||||
|
||||
Reference in New Issue
Block a user