You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon logging in to the app, in a normal user experience the app crashes soon after and no sign in occurs. When debugging in Visual Studio, there appears to be a null value on LoginPanel.xaml.cs line 94, "UserManager.SignInResult result = await App.BaconMan.UserMan.SignInNewUser();".
Running app on Windows 11, debugged in Visual Studio 2022.
The text was updated successfully, but these errors were encountered:
Upon logging in to the app, in a normal user experience the app crashes soon after and no sign in occurs. When debugging in Visual Studio, there appears to be a null value on LoginPanel.xaml.cs line 94, "UserManager.SignInResult result = await App.BaconMan.UserMan.SignInNewUser();".
Running app on Windows 11, debugged in Visual Studio 2022.
The text was updated successfully, but these errors were encountered: