fix: two factor

This commit is contained in:
Andras Bacsai
2024-03-25 14:23:32 +01:00
parent c9160cabc5
commit 37333f7fbe
8 changed files with 18 additions and 138 deletions

View File

@@ -1,6 +1,5 @@
import { createApp } from "vue";
import MagicBar from "./components/MagicBar.vue";
import "../../vendor/wire-elements/modal/resources/js/modal";
const app = createApp({});
app.component("magic-bar", MagicBar);