feat(CI): Adding CI pipeline
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
import { useAuthStore } from '../stores/auth';
|
||||
|
||||
const form = reactive({
|
||||
email: 'alexandrous.dev@gmail.com',
|
||||
password: 'Password0',
|
||||
email: '',
|
||||
password: '',
|
||||
});
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user