forked from noxious/client
rm debug line
This commit is contained in:
parent
b3175543ef
commit
bd84205207
@ -44,7 +44,6 @@ const username = ref('')
|
|||||||
const password = ref('')
|
const password = ref('')
|
||||||
|
|
||||||
async function loginFunc() {
|
async function loginFunc() {
|
||||||
console.log('yeet')
|
|
||||||
// check if username and password are valid
|
// check if username and password are valid
|
||||||
if (username.value === '' || password.value === '') {
|
if (username.value === '' || password.value === '') {
|
||||||
notifications.addNotification({ message: 'Please enter a valid username and password' })
|
notifications.addNotification({ message: 'Please enter a valid username and password' })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user