Initial commit
This commit is contained in:
15
pocketbase/pb_hooks/templates/de/verification.html
Normal file
15
pocketbase/pb_hooks/templates/de/verification.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hallo,</p>
|
||||
<p>Willkommen bei {{.appName}}.</p>
|
||||
<p>Klicke auf den Button unten, um deine E-Mail-Adresse zu bestätigen.</p>
|
||||
<p>
|
||||
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-verification/{{.token}}" target="_blank" rel="noopener">E-Mail-Adresse bestätigen</a>
|
||||
</p>
|
||||
<p>
|
||||
Viele Grüße,<br/>
|
||||
Das {{.appName}}-Team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user