Skip to content

Commit

Permalink
PA-4774 finalised wonderwall interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca-Esposito committed Sep 30, 2024
1 parent 89a2574 commit a536a5d
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 @@ -189,11 +189,11 @@ export interface WhoamiV1 {
* The callback should be a function
*
*/
renderWonderwall(container: HTMLElement, props: WonderwallProps, callback?: () => void): void;
renderAuthComponent(container: HTMLElement, props: WonderwallProps, callback: () => void): void;
}

export type WonderwallProps = {
template: string;
template: "login" | "register" | "verification" | "recovery";
variant: string;
headline?: string;
ctaText?: string;
Expand Down

0 comments on commit a536a5d

Please sign in to comment.