🚑 hotfix - Profile api path
This commit is contained in:
parent
3b2c99c709
commit
2056ce1e62
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user