1
0
forked from noxious/client

rm debug line

This commit is contained in:
Dennis Postma 2024-06-06 19:30:21 +02:00
parent b3175543ef
commit bd84205207

View File

@ -44,7 +44,6 @@ const username = ref('')
const password = ref('')
async function loginFunc() {
console.log('yeet')
// check if username and password are valid
if (username.value === '' || password.value === '') {
notifications.addNotification({ message: 'Please enter a valid username and password' })