@@ -9,7 +9,7 @@ const props = defineProps({
const authType = computed(() => {
if(!props.data) return
if (props.data.type === "contact") {
-
+ handleAutoApply()
return 1;
}
if (props.data.type === "expired") {