Skip to content

Commit 15bc49f

Browse files
committed
Fix govm contact info form
1 parent fee6c4c commit 15bc49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-web/src/components/auth/create-account/GovmContactInfoForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
</template>
106106

107107
<script lang="ts">
108-
import { defineComponent, getCurrentInstance, onMounted, reactive, ref, toRefs } from '@vue/composition-api'
108+
import { defineComponent, onMounted, reactive, ref, toRefs } from '@vue/composition-api'
109109
import ConfirmCancelButton from '@/components/auth/common/ConfirmCancelButton.vue'
110110
import Steppable from '@/components/auth/common/stepper/Steppable.vue'
111111
import { useUserStore } from '@/stores/user'

0 commit comments

Comments
 (0)