Skip to content

Commit

Permalink
Merge pull request #47 from Potits-chats/LMST2-85-Page-404-la-connexion
Browse files Browse the repository at this point in the history
Fix auth 404
  • Loading branch information
Eva1512 authored Jun 4, 2024
2 parents ba2f292 + 86d54af commit bdf452b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ const routes: Routes = [
path: 'tchat',
component: TchatComponent,
},
{
path : 'callback',
component : HomeComponent
},
{
path: '**',
redirectTo: 'erreur',
Expand Down

1 comment on commit bdf452b

@vercel
Copy link

@vercel vercel bot commented on bdf452b Jun 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.