Skip to content

Commit

Permalink
refactor: update pat address of halo official site
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Dec 2, 2023
1 parent e0bb8ae commit 283abd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/components/plugin-tabs/AccountBindingTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const { mutate, isLoading } = useMutation({
},
});
const haloPatAddress = `${import.meta.env.VITE_APP_STORE_BACKEND}/console/users/-/?tab=pat`;
const haloPatAddress = `${import.meta.env.VITE_APP_STORE_BACKEND}/uc/profile?tab=pat`;
</script>

<template>
Expand Down

0 comments on commit 283abd5

Please sign in to comment.