Add Domain Verification on Onboarding Wizard

This commit is contained in:
Raish
2021-06-18 09:51:19 +00:00
committed by Mohit Panjwani
parent 2fb46a4ab3
commit 8eb47b553e
26 changed files with 1549 additions and 1401 deletions

View File

@ -67,7 +67,7 @@ export default {
mailConfigData
)
if (response.data.success) {
this.$emit('next', 4)
this.$emit('next', 5)
this.showNotification({
type: 'success',
message: this.$t('wizard.success.' + response.data.success),