Replies: 1 comment 2 replies
-
Maybe @lukeblevins or @nickrandolph would be best positioned to help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I click the button on the following page, I am not taken to the
LoginPage
(code for LoginPage now shown but I know it is bug free since I had tested using LoginPage without a LoginRequestPage). I also now know that the button is indeed being clicked since I figured out debugging / logging.LoginRequestPage.xaml.cs
LoginRequest.xaml
Also, I was wondering if its possible to conditionally render? Right now I am using two pages to do my two-step login process where the user first enter their email address and then goes to a new page to enter in the OTP that was sent to their email.
Beta Was this translation helpful? Give feedback.
All reactions