Skip to content

Commit

Permalink
Forgot to set confirmation initially to false
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazEpic committed Apr 25, 2024
1 parent 55ced61 commit 4ed9b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script setup lang="ts">
const ws_queue = ref<WebSocket>()
const ws_controller = ref<WebSocket>()
const confirmationRequest = ref(true)
const confirmationRequest = ref(false)
const confirmationPassword = ref("")
const joinQueue = () => {
Expand Down

0 comments on commit 4ed9b87

Please sign in to comment.