Skip to content

Commit

Permalink
feat: placeholder for client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 29, 2024
1 parent 774bbd4 commit c349bdd
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 = "ZJL7JvetcDFBNDlgRs5oJoxuAUUl6uQj";
string clientId = "YOUR_IMMUTABLE_CLIENT_ID";
string environment = Immutable.Passport.Model.Environment.SANDBOX;
string redirectUri = null;
string logoutUri = null;
Expand Down

0 comments on commit c349bdd

Please sign in to comment.