From 86d54afcb9b0e9c04af7d235f4e319d51c321bce Mon Sep 17 00:00:00 2001 From: FazCodeFR <30906528+FazCodeFR@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:23:59 +0200 Subject: [PATCH] Fix auth 404 --- src/app/app-routing.module.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index a8ff400..d8ac8ba 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -70,6 +70,10 @@ const routes: Routes = [ path: 'tchat', component: TchatComponent, }, + { + path : 'callback', + component : HomeComponent + }, { path: '**', redirectTo: 'erreur',