mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
This commit introduces a refactored EliminationFactory for better modularity, updates the elimination preparation process, and adds functionality to view eliminations. Backoffice templates and forms have been reorganized, minor translations were corrected, and additional assets like styles and flashes were included for enhanced user experience.
12 lines
312 B
Twig
12 lines
312 B
Twig
<h1>Hi! Please confirm your email!</h1>
|
|
|
|
<p>
|
|
Please confirm your email address by clicking the following link: <br><br>
|
|
<a href="{{ signedUrl|raw }}">Confirm my Email</a>.
|
|
This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
|
|
</p>
|
|
|
|
<p>
|
|
Cheers!
|
|
</p>
|