Skip to content

Commit

Permalink
fix: sample app init passport using device code auth
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Sep 24, 2024
1 parent 4301e51 commit 4972b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Assets/Scripts/SelectAuthMethodScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void Start()
// If PKCE is not supported, initialise Passport to use Device Code Auth
if (!SampleAppManager.SupportsPKCE)
{
InitialisePassport();
InitialisePassport(logoutRedirectUri: "https://www.immutable.com");
}
}

Expand Down

0 comments on commit 4972b10

Please sign in to comment.