Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit f721177

Browse files
committed
add client ID
1 parent d9bfd7b commit f721177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Shared/Scripts/UI/MainMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async void OnEnable()
3838
m_LogoutButton.AddListener(OnLogoutButtonClick);
3939

4040
// Initialise Passport
41-
string clientId = "YOUR_IMMUTABLE_CLIENT_ID";
41+
string clientId = "MnIdiF95fTw4vsyGJGHGdbjxnKZV5lfG";
4242
string environment = Immutable.Passport.Model.Environment.SANDBOX;
4343
passport = await Passport.Init(clientId, environment);
4444

0 commit comments

Comments
 (0)