verification redirect
This commit is contained in:
@@ -125,12 +125,16 @@ export default {
|
|||||||
async mounted () {
|
async mounted () {
|
||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
|
|
||||||
Promise.all([
|
if (new URLSearchParams(window.location.search).get('submit') === 'true') {
|
||||||
import('@eid-easy/eideasy-widget'),
|
this.$emit('submit')
|
||||||
this.start()
|
} else {
|
||||||
]).finally(() => {
|
Promise.all([
|
||||||
this.isLoading = false
|
import('@eid-easy/eideasy-widget'),
|
||||||
})
|
this.start()
|
||||||
|
]).finally(() => {
|
||||||
|
this.isLoading = false
|
||||||
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
start () {
|
start () {
|
||||||
|
|||||||
Reference in New Issue
Block a user