diff --git a/src/components/header/NavigationUser.vue b/src/components/header/NavigationUser.vue index e1ad240..0189eb2 100644 --- a/src/components/header/NavigationUser.vue +++ b/src/components/header/NavigationUser.vue @@ -13,6 +13,11 @@ const onSignIn = async () => { postRedirectUri: window.location.pathname, }) } + +const onGoToAccountManage = async () => { + window.open("https://myid.app.nbtca.space/account/aboutme", "_blank") +} + const onSignOut = async () => { logtoClient.value?.signOut(import.meta.env.PUBLIC_LOGTO_REDIRECT_URL) } @@ -66,10 +71,47 @@ onMounted(() => {