verification redirect

pull/423/head
Pete Matsyburka 10 months ago
parent 1984b99e04
commit a59cc7c44e

@ -125,12 +125,16 @@ export default {
async mounted () { async mounted () {
this.isLoading = true this.isLoading = true
if (new URLSearchParams(window.location.search).get('submit') === 'true') {
this.$emit('submit')
} else {
Promise.all([ Promise.all([
import('@eid-easy/eideasy-widget'), import('@eid-easy/eideasy-widget'),
this.start() this.start()
]).finally(() => { ]).finally(() => {
this.isLoading = false this.isLoading = false
}) })
}
}, },
methods: { methods: {
start () { start () {

Loading…
Cancel
Save