windowsphonehacker / SparklrWP

WIP WP client for sparklr.me
MIT License
5 stars 1 forks source link

Add logout button #82

Closed Marocco2 closed 11 years ago

ChrisK91 commented 11 years ago

Should go on the main page in the "my profile" page.

surajgoraya commented 11 years ago

I could redesign that pivot page with this button.. Question is who wants to wire this up?

jessenic commented 11 years ago

There should be logout logic already, I had the button but Chris or EOC removed it for some reason. (It's in MainPage,xaml.cs, at the very bottom)

So just call this when you want to log out: NavigationService.Navigate(new Uri("/Pages/LoginPage.xaml?logout=true", UriKind.Relative));