Skip to content

Commit 4972b10

Browse files
committed
fix: sample app init passport using device code auth
1 parent 4301e51 commit 4972b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Assets/Scripts/SelectAuthMethodScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void Start()
2222
// If PKCE is not supported, initialise Passport to use Device Code Auth
2323
if (!SampleAppManager.SupportsPKCE)
2424
{
25-
InitialisePassport();
25+
InitialisePassport(logoutRedirectUri: "https://www.immutable.com");
2626
}
2727
}
2828

0 commit comments

Comments
 (0)