diff --git a/src/App.vue b/src/App.vue index 2a6fb2d..d1c9c4e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,8 +23,8 @@ whenever(ctrl_s, () => {}) whenever(ctrl_r, () => {}) onMounted(async () => { - const data = await getMyProfile() - username.value = data + // const data = await getMyProfile() + // username.value = data }) watch(authed, (v) => {