fix: update WithImmutablePresetUsername story parameters
This commit is contained in:
parent
f03b89ea1e
commit
3b96e51eef
@ -74,8 +74,12 @@ export const WithPresetUsername = () => (
|
|||||||
export const WithImmutablePresetUsername = () => (
|
export const WithImmutablePresetUsername = () => (
|
||||||
<PageStory
|
<PageStory
|
||||||
kcContext={{
|
kcContext={{
|
||||||
login: { username: "max.mustermann@mail.com" },
|
auth: {
|
||||||
usernameHidden: true
|
attemptedUsername: "max.mustermann@mail.com",
|
||||||
|
showUsername: true
|
||||||
|
},
|
||||||
|
usernameHidden: true,
|
||||||
|
message: { type: "info", summary: "Please re-authenticate to continue" }
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user