🚑 hotfix - Profile api path
This commit is contained in:
@@ -184,7 +184,7 @@ const props = defineProps({
|
|||||||
token: String
|
token: String
|
||||||
})
|
})
|
||||||
const accesstoken = atob(props.token);
|
const accesstoken = atob(props.token);
|
||||||
axios.get(`${config.baseurl_selfservice}/api/runners/me/${accesstoken}`)
|
axios.get(`${config.baseurl_selfservice}api/runners/me/${accesstoken}`)
|
||||||
.then(({ data }) => {
|
.then(({ data }) => {
|
||||||
state.phone = data.phone;
|
state.phone = data.phone;
|
||||||
state.email = data.email;
|
state.email = data.email;
|
||||||
|
|||||||
Reference in New Issue
Block a user