Skip to content

Commit

Permalink
dont show success message if smtp test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill committed Jan 23, 2025
1 parent 2aaae52 commit 639fc37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class EmailPage {
...value,
})
} catch (e: any) {
this.errorService.handleError(e)
return this.errorService.handleError(e)
} finally {
loader.unsubscribe()
}
Expand Down

0 comments on commit 639fc37

Please sign in to comment.