Skip to content

Commit

Permalink
feat(storybook-vue): added types to logged out and logged in in telek…
Browse files Browse the repository at this point in the history
…om brand header component
  • Loading branch information
Gammel committed Nov 21, 2024
1 parent 6e198ee commit 519e7e1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ Set the profile menu's `logged-in` property to `true` or `false` to switch betwe
loginHelpLabel: "Help logging in",
registerHeadline: "Need an account?",
registerLabel: "Register now",
type: "standard",
userInfo: JSON.stringify({
name: 'Firstname Lastname',
email: '[email protected]',
Expand Down Expand Up @@ -433,7 +434,8 @@ Set the profile menu's `logged-in` property to `true` or `false` to switch betwe
accessibilityLabel: "open user menu: Alexander",
closeMenuAccessibilityLabel: "close menu",
loginSettingsLabel: "Login Settings",
logoutLabel: "Log out",
logoutLabel: "Log out",
type: "standard",
userInfo: JSON.stringify({
name: 'Alexander Dreyer',
email: '[email protected]',
Expand Down

0 comments on commit 519e7e1

Please sign in to comment.