NQ-50: Possible fix for characters not instantly loading after logging in

This commit is contained in:
Dennis Postma 2024-06-06 20:30:45 +02:00
parent e3b09959d0
commit 5c5b37d428

View File

@ -27,7 +27,6 @@
<script setup lang="ts">
import { ref } from 'vue'
import { useSocketStore } from '@/stores/socket'
import { login, register } from '@/services/authentication'
import { useNotificationStore } from '@/stores/notifications'
@ -37,7 +36,6 @@ if (bgm.value.paused) {
window.addEventListener('keydown', () => bgm.value.play())
}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const notifications = useNotificationStore()
const username = ref('')
const password = ref('')