Update auth-spi.adoc (#1663)
* Update auth-spi.adoc Fix the source of ftl * Update server_development/topics/auth-spi.adoc * Update server_development/topics/auth-spi.adoc Co-authored-by: Stian Thorgersen <stian@redhat.com>
This commit is contained in:
parent
f27ff39a32
commit
19238a1e84
1 changed files with 2 additions and 2 deletions
|
@ -776,7 +776,7 @@ This file should be added to the `theme-resources/templates` in your JAR, see <<
|
|||
|
||||
Let's take a bigger look at secret-question.ftl Here's a small code snippet:
|
||||
|
||||
[source,java]
|
||||
[source,xml]
|
||||
----
|
||||
|
||||
<form id="kc-totp-login-form" class="${properties.kcFormClass!}" action="${url.loginAction}" method="post">
|
||||
|
@ -809,7 +809,7 @@ The value of an attribute can be any Java bean as well.
|
|||
|
||||
If you look at the top of the file, you'll see that we are importing a template:
|
||||
|
||||
[source,java]
|
||||
[source,xml]
|
||||
----
|
||||
<#import "select.ftl" as layout>
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue