fix: trying to load resources before auth
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m29s

This commit is contained in:
2024-06-13 23:46:43 -04:00
parent 8ae855838b
commit fc035106d0
3 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ import DiscordOauthComponent from 'src/components/DiscordOauthComponent.vue';
const email = ref('');
const password = ref('');
console.log('version: process.env.VUE_APP_VERSION');
console.log('version:' + process.env.VUE_APP_VERSION);
const doLogin = async () => {
login(email.value, password.value);