From 211a6a9d7be9da3ab036dd78d6ec8fea01d020fd Mon Sep 17 00:00:00 2001
From: Marlene Simondant <msimondant@grandlyon.com>
Date: Mon, 24 Mar 2025 15:22:23 +0100
Subject: [PATCH] show page with token

---
 .../orientation-details/orientation-details.component.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/profile/dashboard/orientation-details/orientation-details.component.html b/src/app/profile/dashboard/orientation-details/orientation-details.component.html
index 7ab45f81e..7d9093ebe 100644
--- a/src/app/profile/dashboard/orientation-details/orientation-details.component.html
+++ b/src/app/profile/dashboard/orientation-details/orientation-details.component.html
@@ -1,6 +1,6 @@
 <div *ngIf="orientation" class="content-container full-screen">
   <div class="orientation-details">
-    <app-go-back (action)="goBack()" />
+    <app-go-back *ngIf="!token" (action)="goBack()" />
 
     <div class="header">
       <div class="title">
-- 
GitLab