🚑 hotfix - baseurl_selfservice -> baseurl

This commit is contained in:
Philipp Dormann 2021-03-31 20:14:58 +02:00
parent cad34d357b
commit 84dc33bf14
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ const props = defineProps({
token: String
})
const accesstoken = atob(props.token);
axios.get(`${config.baseurl_selfservice}api/runners/me/${accesstoken}`)
axios.get(`${config.baseurl}api/runners/me/${accesstoken}`)
.then(({ data }) => {
state.phone = data.phone;
state.email = data.email;