Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 8, 2024
1 parent d21a810 commit 2d29932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/Assets/Scripts/SelectAuthMethodScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public class SelectAuthMethodScript : MonoBehaviour
[SerializeField] private GameObject TopPadding;
[SerializeField] private Text Output;
[SerializeField] private Button UseDeviceCodeAuthButton;
[SerializeField] private Button UsePKCEButton;
[SerializeField] private Button UsePKCEButton;
#pragma warning restore CS8618

void Start()
{
// Determine if PKCE is supported based on the platform
Expand Down

0 comments on commit 2d29932

Please sign in to comment.