Prechádzať zdrojové kódy

chore: mudanca de redirecionamento (cadastro de usuario)

Gustavo Mantovani 2 mesiacov pred
rodič
commit
e0ad02e08f
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      app/components/ProgramCard.vue

+ 2 - 1
app/components/ProgramCard.vue

@@ -49,7 +49,8 @@ const {program} = defineProps({
 });
 
 const config = useRuntimeConfig();
-const quasarAppUrl = config.public.studentPlatform + '/register/' + program.id;
+const quasarAppUrl = config.public.studentPlatform + '/register';
+// const quasarAppUrl = config.public.studentPlatform + '/register/' + program.id;
 
 const goToRegisterPage = () => {
   window.open(quasarAppUrl, '_blank');