mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
don't
This commit is contained in:
@@ -328,9 +328,7 @@ const CustomSMTP: FunctionComponent<PageComponentProps> = (
|
||||
<ConfirmModal
|
||||
title={`Email Sent`}
|
||||
error={error}
|
||||
description={
|
||||
'Email sent successfully. Please check your inbox. Please don't forget to check spam. It should take couple of minutes to arrive.'
|
||||
}
|
||||
description={`Email sent successfully. It should take couple of minutes to arrive, please don't forget to check spam.`}
|
||||
submitButtonType={ButtonStyleType.NORMAL}
|
||||
submitButtonText={'Close'}
|
||||
onSubmit={async () => {
|
||||
|
||||
@@ -19,7 +19,7 @@ router.post(
|
||||
): Promise<void> => {
|
||||
try {
|
||||
// middleware marks the probe as alive.
|
||||
// so we dont need to do anything here.
|
||||
// so we don't need to do anything here.
|
||||
return Response.sendEmptyResponse(req, res);
|
||||
} catch (err) {
|
||||
return next(err);
|
||||
|
||||
Reference in New Issue
Block a user