diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 619d199..9241d68 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -3,7 +3,10 @@ import { toast } from 'vue3-toastify'; import { ref } from 'vue' import i18n from './i18n.js' - const test = ref(); + import Inscription from "./Inscription.vue" + + + const test = ref(); async function draw(e) { test.value = (await fetch("http://localhost:8080/ping")); @@ -11,6 +14,8 @@ toast(test.value['txt']); } + + @@ -66,11 +71,16 @@
Cursus
- +CONFIRM {{i18n("login.guest.password")}}
+{{i18n("login.guest.country")}}
Cursus
+ +