From a0b1a80c0ed172b2b135d91704e059a9231fb5ff Mon Sep 17 00:00:00 2001 From: Yvan CALATAYUD Date: Mon, 5 Jun 2023 17:33:11 +0200 Subject: [PATCH] =?UTF-8?q?Retour=20=C3=A0=20l'accueil=20suite=20=C3=A0=20?= =?UTF-8?q?=20la=20deconnexion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GameAtlas/GameAtlas/Views/PageProfil.xaml | 2 +- GameAtlas/GameAtlas/Views/PageProfil.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml b/GameAtlas/GameAtlas/Views/PageProfil.xaml index f2fc665..6c5b1fc 100644 --- a/GameAtlas/GameAtlas/Views/PageProfil.xaml +++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml @@ -43,7 +43,7 @@ - + diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs index 30fe8f6..8b56d47 100644 --- a/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs +++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs @@ -42,7 +42,7 @@ public partial class PageProfil : ContentPage async void OnDisconnect_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e) { - await Shell.Current.GoToAsync(nameof(PageAcceuil)); + await Shell.Current.GoToAsync("//page/PageAccueil"); ProfilManager.ConnectedUser = null; } } \ No newline at end of file