Fixed bug where just 1st player results gets counted
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script context="module" lang="ts">
|
||||
export async function load({ url }) {
|
||||
const token = url.searchParams.get('token');
|
||||
const token = url.searchParams.get('pin');
|
||||
return {
|
||||
props: {
|
||||
game_pin: token === null ? '' : token
|
||||
|
||||
Reference in New Issue
Block a user