fix: update WithImmutablePresetUsername story parameters

This commit is contained in:
Pierre Rebeu 2023-08-15 08:59:00 +02:00 committed by garronej
parent f03b89ea1e
commit 3b96e51eef

View File

@ -74,8 +74,12 @@ export const WithPresetUsername = () => (
export const WithImmutablePresetUsername = () => (
<PageStory
kcContext={{
login: { username: "max.mustermann@mail.com" },
usernameHidden: true
auth: {
attemptedUsername: "max.mustermann@mail.com",
showUsername: true
},
usernameHidden: true,
message: { type: "info", summary: "Please re-authenticate to continue" }
}}
/>
);