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:
KirillAmber 2022-10-25 14:42:27 +10:00 committed by GitHub
parent f27ff39a32
commit 19238a1e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
----