parent
0795ea318d
commit
713db5e1e8
@ -78,21 +78,6 @@ import isMobilePhone from 'validator/es/lib/isMobilePhone';
|
|||||||
import isPostalCode from 'validator/es/lib/isPostalCode';
|
import isPostalCode from 'validator/es/lib/isPostalCode';
|
||||||
import { useToast } from "vue-toastification";
|
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("");
|
let user_email = ref("");
|
||||||
//
|
//
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user