Removed useless code

ref #30
This commit is contained in:
Nicolai Ort 2021-04-01 19:55:23 +02:00
parent 0795ea318d
commit 713db5e1e8
1 changed files with 0 additions and 15 deletions

View File

@ -78,21 +78,6 @@ import isMobilePhone from 'validator/es/lib/isMobilePhone';
import isPostalCode from 'validator/es/lib/isPostalCode';
import { useToast } from "vue-toastification";
// const props = defineProps({
// token: String
// })
// if (props.token) {
// axios.get(`${config.baseurl}api/organizations/selfservice/${props.token}`)
// .then(({ data }) => {
// state.org_name = data.name;
// state.org_teams = data.teams;
// org_team.value = data.teams[0]?.id;
// })
// .catch((error) => {
// console.log(error);
// });
// }
let user_email = ref("");
//
const state = reactive({