Преглед на файлове

chore: mudanca de redirecionamento (cadastro de usuario)

Gustavo Mantovani преди 2 месеца
родител
ревизия
e0ad02e08f
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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');