diff --git a/src/views/Profile.vue b/src/views/Profile.vue index b583445..217a1a8 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -527,7 +527,7 @@ const toast = useToast(); const props = defineProps({ token: String, }); -const accesstoken = atob(props.token); +const accesstoken = props.token; axios .get(`${config.baseurl}api/runners/me/${accesstoken}`) .then(({ data }) => {