sync - 0.4.5 #34

Merged
philipp merged 23 commits from dev into main 2021-04-01 16:46:07 +00:00
Showing only changes of commit f150821f0f - Show all commits

View File

@ -268,7 +268,6 @@ const props = defineProps({
token: String token: String
}) })
if (props.token) { if (props.token) {
props.token = atob(props.token);
axios.get(`${config.baseurl}api/organizations/selfservice/${props.token}`) axios.get(`${config.baseurl}api/organizations/selfservice/${props.token}`)
.then(({ data }) => { .then(({ data }) => {
state.org_name = data.name; state.org_name = data.name;