🚑 fix organization registration token

This commit is contained in:
Philipp Dormann 2021-03-31 20:06:20 +02:00
parent 5191ecea1e
commit f150821f0f
1 changed files with 0 additions and 1 deletions

View File

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