feat(CI): Adding CI pipeline

This commit is contained in:
Josepablo Cruz
2024-02-15 20:15:16 -06:00
parent f2e33f494f
commit a9eb2d50ef
5 changed files with 48 additions and 2 deletions

View File

@@ -9,8 +9,8 @@
import { useAuthStore } from '../stores/auth';
const form = reactive({
email: 'alexandrous.dev@gmail.com',
password: 'Password0',
email: '',
password: '',
});
const router = useRouter();