SyntaxSquad/DADProject#14 Bot works and play works, still has some bugs

This commit is contained in:
2025-12-29 11:15:34 +00:00
committed by FernandoJVideira
parent 5924d08f73
commit ceb3d735ad
4 changed files with 112 additions and 111 deletions
@@ -51,7 +51,6 @@ import router from '@/router';
const emits = defineEmits(['logout'])
const { userLoggedIn } = defineProps(['userLoggedIn'])
const router = useRouter()
const biscaStore = useBiscaStore()
const logoutClickHandler = () => {