keycloak-theme/login.keywind/components/layout/another-way.ftl
2022-02-22 16:53:26 +08:00

11 lines
317 B
Plaintext

<#import "../button/primary.ftl" as buttonPrimary>
<#macro kw>
<form action="${url.loginAction}" class="flex justify-center" method="post">
<input name="tryAnotherWay" type="hidden" value="on"/>
<@buttonPrimary.kw type="submit">
${msg("doTryAnotherWay")}
</@buttonPrimary.kw>
</form>
</#macro>