We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2620295 commit 0aaef0fCopy full SHA for 0aaef0f
src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/retryDomainModal.svelte
@@ -58,7 +58,9 @@
58
});
59
trackEvent(Submit.DomainUpdateVerification);
60
} catch (e) {
61
- error = e.message ?? 'Domain verification failed. Please check your domain settings or try again later';
+ error =
62
+ e.message ??
63
+ 'Domain verification failed. Please check your domain settings or try again later';
64
trackError(e, Submit.DomainUpdateVerification);
65
}
66
0 commit comments