From c69636199681a8f06bb79e55087237924e6aa02d Mon Sep 17 00:00:00 2001 From: JotaChina Date: Tue, 9 Dec 2025 18:21:40 -0300 Subject: [PATCH] teste login --- pages/enviaProjeto.md | 2 +- pages/login.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/enviaProjeto.md b/pages/enviaProjeto.md index 3893c12f..69a76c42 100755 --- a/pages/enviaProjeto.md +++ b/pages/enviaProjeto.md @@ -41,7 +41,7 @@ permalink: /envie_seu_projeto/

Login Necessário

Você precisa estar logado para enviar projetos e samples para a comunidade.

- + Fazer Login / Cadastrar diff --git a/pages/login.md b/pages/login.md index 7b2dae9d..b14ce435 100644 --- a/pages/login.md +++ b/pages/login.md @@ -62,7 +62,7 @@ document.addEventListener('DOMContentLoaded', () => { msgBox.classList.remove('is-hidden'); msgBox.textContent = data.message; msgBox.className = res.ok ? "notification is-success is-light mt-4" : "notification is-danger is-light mt-4"; - if(res.ok && url.includes('login')) setTimeout(() => window.location.href = '/envie_seu_projeto/', 1000); + if(res.ok && url.includes('login')) setTimeout(() => window.location.href = '/mmpSearch/', 1000); if(res.ok && url.includes('register')) setTimeout(() => document.getElementById('toggle-login').click(), 1500); } catch(e) { msgBox.textContent = "Erro de conexão"; msgBox.classList.remove('is-hidden'); } }