Skip to content

Commit

Permalink
add client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihirota committed Oct 23, 2024
1 parent d9bfd7b commit f721177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Shared/Scripts/UI/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async void OnEnable()
m_LogoutButton.AddListener(OnLogoutButtonClick);

// Initialise Passport
string clientId = "YOUR_IMMUTABLE_CLIENT_ID";
string clientId = "MnIdiF95fTw4vsyGJGHGdbjxnKZV5lfG";
string environment = Immutable.Passport.Model.Environment.SANDBOX;
passport = await Passport.Init(clientId, environment);

Expand Down

0 comments on commit f721177

Please sign in to comment.