Fixed bug where just 1st player results gets counted

This commit is contained in:
Mawoka
2022-03-01 17:34:54 +01:00
parent c8fba93236
commit 24cac7fd4e
3 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -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