Skip to content

Commit

Permalink
fix: only allow numeric team keys
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Dec 10, 2024
1 parent 86e1097 commit fc8b3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/manual_scout/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
class="col-span-2 rounded bg-gunmetal p-4"
bind:value={team_key}
type="text"
inputmode="numeric"
placeholder="1540"
/>

Expand Down

0 comments on commit fc8b3b3

Please sign in to comment.