Skip to content

Commit

Permalink
chore: update sample app client id
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 1, 2024
1 parent b3472f8 commit bc67558
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sample/Assets/Scripts/SelectAuthMethodScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ private async void InitialisePassport(string redirectUri = null, string logoutRe

// Initialise Passport
string environment = Immutable.Passport.Model.Environment.SANDBOX;
#if UNITY_WEBGL
string clientId = "UnB98ngnXIZIEJWGJOjVe1BpCx5ix7qc";
#else
string clientId = "mp6rxfMDwwZDogcdgNrAaHnG0qMlXuMK";
#endif
Passport passport = await Passport.Init(clientId, environment, redirectUri, logoutRedirectUri);

// Navigate to the unauthenticated scene after initialising Passport
Expand Down

0 comments on commit bc67558

Please sign in to comment.