Skip to content

Commit

Permalink
clean code and add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyR01 committed Jun 14, 2024
1 parent b70e141 commit 7a369f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { useEffect } from "react";

export default function Home() {

// TODO: Toast à implementer lors de la connexion réussie et de la redirection vers la page d'accueil
// useEffect(() => {
// const LoginSuccess = localStorage.getItem("LoginSuccess");
// if (LoginSuccess) {
Expand Down

0 comments on commit 7a369f8

Please sign in to comment.