Skip to content

Commit

Permalink
style: fix dotnet lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 16, 2024
1 parent 4d93826 commit bbe2687
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 @@ -92,7 +92,7 @@ async void OnLogoutButtonClick()
#if (UNITY_ANDROID && !UNITY_EDITOR_WIN) || (UNITY_IPHONE && !UNITY_EDITOR_WIN) || UNITY_STANDALONE_OSX
await passport.LogoutPKCE();
#else
await passport.Logout();
await passport.Logout();
#endif

// Reset the login flag
Expand Down

0 comments on commit bbe2687

Please sign in to comment.