Skip to content

Instantly share code, notes, and snippets.

@nest-don
Created October 6, 2019 15:02
Show Gist options
  • Save nest-don/21302a2661facc88016d898666ab7fdd to your computer and use it in GitHub Desktop.
Save nest-don/21302a2661facc88016d898666ab7fdd to your computer and use it in GitHub Desktop.
if (await _viewModel.UserViewModel.RestorePermitAsync())
{
// Navigate to the home page
// if a valid JWT not found!
await GoHomeAsync();
}
else
{
// Either register or login
await DoOnboardingAsync();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment