Skip to content

Commit

Permalink
feat: set up wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 7, 2024
1 parent 3e7b6ed commit 7c05e71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/Shared/Scripts/UI/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ async void OnEnable()
}

ShowLoading(false);
<<<<<<< HEAD
// Show the logout button if the player is logged in
=======
// Show the logout button if the user is logged in
>>>>>>> 28c6820 (feat: logout)
ShowLogoutButton(SaveManager.Instance.IsLoggedIn);
}

Expand Down

0 comments on commit 7c05e71

Please sign in to comment.