Skip to content

Commit

Permalink
#23 Add magic link continuation to themes templates (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtufisi authored Feb 19, 2024
1 parent 92a7c52 commit 687b592
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<body>
<p>Someone requested a login link to {{realmName}}</p><p><a href="{{magicLink}}">Click to log in</a>.</p><p>If you did not request this link, please ignore this email.</p>
</body>
</html>


Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Someone requested a login link to {{realmName}}.

Click to log in.

{{magicLink}}

If you did not request this link, please ignore this email.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public EmailsResource(KeycloakSession session) {
.put("magic-link-email", "Magic link")
.put("invitation-email", "Organization invitation")
.put("otp-email", "OTP Code")
.put("magic-link-continuation-email", "Magic link continuation")
.build();

@GET
Expand Down

0 comments on commit 687b592

Please sign in to comment.