fix(theme): close form tag in link-idp-action.ftl (#44746)

Closes #44725

Signed-off-by: Tim Hallmann <t.hallmann@fz-juelich.de>
Co-authored-by: Tim Hallmann <tim@mailbox.org>
This commit is contained in:
Alexander Schwartz 2025-12-08 16:04:40 +01:00 committed by GitHub
parent 39b5e77619
commit bed1275cb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,6 @@
<@buttons.button name="continue" id="kc-continue" label="doContinue" class=["kcButtonPrimaryClass"]/>
<@buttons.button name="cancel-aia" id="kc-cancel" label="doCancel" class=["kcButtonSecondaryClass"]/>
</@buttons.actionGroup>
</form
</form>
</#if>
</@layout.registrationLayout>