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