We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae49f3 commit 526d949Copy full SHA for 526d949
Assets/Shared/Scripts/UI/MainMenu.cs
@@ -38,7 +38,7 @@ async void OnEnable()
38
m_LogoutButton.AddListener(OnLogoutButtonClick);
39
40
// Initialise Passport
41
- string clientId = "ZJL7JvetcDFBNDlgRs5oJoxuAUUl6uQj";
+ string clientId = "YOUR_IMMUTABLE_CLIENT_ID";
42
string environment = Immutable.Passport.Model.Environment.SANDBOX;
43
string redirectUri = null;
44
string logoutUri = null;
0 commit comments