Fix saml-post-form.ftl storybook
This commit is contained in:
parent
4eca6366cc
commit
f62ded3c8e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user