From 010c83ab9e85648aa04c7079475de8465961840d Mon Sep 17 00:00:00 2001 From: Badisi Date: Wed, 21 Feb 2024 22:36:50 +0100 Subject: [PATCH] fix(#33): wrong default for mobileWindowPresentationStyle Fixes #33 --- projects/auth-js/oidc/models/mobile-window-params.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/auth-js/oidc/models/mobile-window-params.model.ts b/projects/auth-js/oidc/models/mobile-window-params.model.ts index a8d685a..be1863a 100644 --- a/projects/auth-js/oidc/models/mobile-window-params.model.ts +++ b/projects/auth-js/oidc/models/mobile-window-params.model.ts @@ -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. */