Skip to content

Commit

Permalink
Added message about the possibility of receiving an email to spam to … (
Browse files Browse the repository at this point in the history
#432)

Added message about the possibility of receiving an email to spam to the registration confirmation message.
  • Loading branch information
michalmasrna1 authored Nov 21, 2024
1 parent 53546f5 commit 0962958
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Verification/Verification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ import {Typography} from '@mui/material'
import {FC} from 'react'

export const Verification: FC = () => {
return <Typography variant="body1">Verifikačný e-mail bol odoslaný na zadanú e-mailovú adresu.</Typography>
return (
<Typography variant="body1">
Verifikačný e-mail bol odoslaný na zadanú e-mailovú adresu. Ak ho do pár minút neuvidíš, skontroluj, či ti náhodou
neprišiel do priečinku spam.
</Typography>
)
}

0 comments on commit 0962958

Please sign in to comment.