Skip to content

Commit

Permalink
Merge pull request #1 from edugmenes/login_bug_fixing
Browse files Browse the repository at this point in the history
returned login to frontend folder
  • Loading branch information
edugmenes authored Dec 4, 2024
2 parents e841552 + 1fd88e2 commit 2a48323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html → frontend/pages/authentication/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ <h1>Login</h1>
<button onclick="login()" class="login-btn">Entrar</button>
<button onclick="cleanLogin()" class="reset-btn">Limpar</button>
</div>
<a href="frontend/pages/authentication/registration.html">Não tem uma conta? Cadastre-se aqui</a>
<a href="registration.html">Não tem uma conta? Cadastre-se aqui</a>
<div id="message"></div>
</div>

<script src="frontend/api/authentication.js"></script>
<script src="../../api/authentication.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion frontend/pages/authentication/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1>Cadastro</h1>
<button onclick="register()" class="cadastrar-btn">Cadastrar</button>
<button onclick="cleanRegister()" class="reset-btn">Limpar</button>
</div>
<a href="../../../index.html">Já tem uma conta? Faça login</a>
<a href="login.html">Já tem uma conta? Faça login</a>
<div id="message"></div>
</div>

Expand Down

0 comments on commit 2a48323

Please sign in to comment.