chore: update version strings
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user