dont show success message if smtp test fails

This commit is contained in:
Matt Hill
2025-01-23 13:44:29 -07:00
parent 2aaae5265a
commit 639fc3793a

View File

@@ -65,7 +65,7 @@ export class EmailPage {
...value,
})
} catch (e: any) {
this.errorService.handleError(e)
return this.errorService.handleError(e)
} finally {
loader.unsubscribe()
}