Skip to content

Commit

Permalink
Merge pull request #73 from spring-media/PA-4828-fix
Browse files Browse the repository at this point in the history
bugfix PA-4828: Make headlines optional
  • Loading branch information
eschmittel authored Oct 8, 2024
2 parents b7a0bfa + f381768 commit 5e8e610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ps-web-apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ export type WonderwallProps = {
template: "login" | "register";
variant: WonderwallVariant;
abortable?: boolean;
loginHeadline: string;
registerHeadline: string;
loginHeadline?: string;
registerHeadline?: string;
loginCta?: string;
registerCta?: string;
};
Expand Down

0 comments on commit 5e8e610

Please sign in to comment.