🚑 fix organization registration token
This commit is contained in:
parent
5191ecea1e
commit
f150821f0f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user