Initial commit
This commit is contained in:
12
pocketbase/pb_hooks/templates/en/otp.html
Normal file
12
pocketbase/pb_hooks/templates/en/otp.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello,</p>
|
||||
<p>Your one-time password is: <strong>{{.password}}</strong></p>
|
||||
<p><i>If you didn't ask for the one-time password, you can ignore this email.</i></p>
|
||||
<p>
|
||||
Thanks,<br/>
|
||||
{{.appName}} team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user