Skip to content

Commit 020f84e

Browse files
committed
fix template
1 parent 0965916 commit 020f84e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/integrations/authentik/authentik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ return {
7272
Since you have decided to go the advanced way, you will have to use [**Message Templates**](../configuration/message-templates), here is an example:
7373

7474
```yaml
75-
{{{ #://./message-template.yaml }}}
75+
{{{ #://./message-template.yml }}}
7676
```
7777

7878
### 4. Enable SMS-Verification

docs/integrations/authentik/message-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ settings:
33
# prettier-ignore
44
template: |
55
**Your Verification Code**
6-
6+
77
Use the verification code below to complete your sign-in:
8-
8+
99
{{ @token }}
1010
1111
This code expires in 5 minutes⏱️.

0 commit comments

Comments
 (0)