-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1741 from fastn-stack/auth/html-email
Auth/html email
- Loading branch information
Showing
5 changed files
with
105 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
-- string test: fsdkjflk | ||
|
||
-- string confirmation-mail-html: | ||
$always-include$: true | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Confirm your email</title> | ||
</head> | ||
<body> | ||
<h1>Hello</h1> | ||
<a href="{{link}}">Click on this text to confirm your email</a> | ||
</body> | ||
</html> | ||
|
||
|
||
-- component email-confirmation-request-sent: | ||
|
||
-- ftd.column: | ||
|
||
-- ftd.text: We have sent you an email. Please verify. | ||
|
||
-- end: ftd.column | ||
|
||
-- end: email-confirmation-request-sent | ||
|
||
|
||
-- component onboarding: | ||
|
||
-- ftd.column: | ||
-- ftd.text: welcome aboard, meine freundin | ||
color: green | ||
|
||
-- ftd.text: glad you're here, the next time you refresh this page you won't be here | ||
|
||
-- ftd.text: | ||
|
||
This is useful for doing onboarding stuff. collecting extra information about the user. Use sql processor or endpoint for now to do this stuff | ||
|
||
-- end: ftd.column | ||
|
||
-- end: onboarding | ||
|