chore: update version strings

This commit is contained in:
2024-06-13 20:35:13 -04:00
parent 475ba45248
commit 1a78f82c5e
5 changed files with 2786 additions and 81 deletions

View File

@@ -81,6 +81,8 @@ import { login } from 'boot/appwrite';
const email = ref('');
const password = ref('');
console.log('version: process.env.VUE_APP_VERSION');
const doLogin = async () => {
login(email.value, password.value);
};