Skip to content

Commit 3a0217a

Browse files
committed
fix(auth): add email otp template
1 parent 6a03d44 commit 3a0217a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/templates/email_otp_code.tmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<p>It looks like you tried to sign in to Semaphore UI.</p>
2+
3+
<p>Enter this 6 digit code on the sign in page to confirm your identity:</p>
4+
5+
<strong>{{ .Code }}</strong>

0 commit comments

Comments
 (0)