Procházet zdrojové kódy

chore: mudanca de redirecionamento (cadastro de usuario)

Gustavo Mantovani před 2 měsíci
rodič
revize
e0ad02e08f
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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');