Fix saml-post-form.ftl storybook

This commit is contained in:
Joseph Garrone 2024-07-01 19:14:23 +02:00
parent 4eca6366cc
commit f62ded3c8e

View File

@ -18,7 +18,7 @@ export default function SamlPostForm(props: PageProps<Extract<KcContext, { pageI
}
// Storybook
if (samlPost.url === "") {
if (samlPost.url === "#") {
alert("In a real Keycloak the user would be redirected immediately");
return;
}