@@ -175,7 +175,7 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup>
 | 
			
		||||
import { computed, ref, reactive, watch } from "vue";
 | 
			
		||||
import { computed, ref, reactive, watch, defineProps } from "vue";
 | 
			
		||||
import axios from "redaxios";
 | 
			
		||||
import isEmail from 'validator/es/lib/isEmail';
 | 
			
		||||
import isMobilePhone from 'validator/es/lib/isMobilePhone';
 | 
			
		||||
@@ -183,4 +183,6 @@ import isPostalCode from 'validator/es/lib/isPostalCode';
 | 
			
		||||
import { useToast } from "vue-toastification";
 | 
			
		||||
// 
 | 
			
		||||
let activetab = ref("profile");
 | 
			
		||||
const token = location.hash.substr(1).split('&')[0].split('=')[1];
 | 
			
		||||
console.log(token);
 | 
			
		||||
</script>
 | 
			
		||||
		Reference in New Issue
	
	Block a user