Skip to content

Commit

Permalink
fix(#33): wrong default for mobileWindowPresentationStyle
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
Badisi committed Feb 22, 2024
1 parent c60b952 commit 010c83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/auth-js/oidc/models/mobile-window-params.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface MobileWindowParams {
mobileWindowToolbarColor?: string;

/**
* iOS only: The presentation style of the browser. Defaults to fullscreen.
* iOS only: The presentation style of the browser. Defaults to 'popover'.
*
* Ignored on other platforms.
*/
Expand Down

0 comments on commit 010c83a

Please sign in to comment.