-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I hate to create a bug for this but it is pretty annoying. For some reason when the code pages get focus Microsoft Authenticator keeps prompting to save login credentials. Like when I stop debugging or when I minimize the app and open it again. I am going to file a bug with them too but I imagine something must be set as a password box somewhere in your app and it somehow loses focus? I let it save the credentials on one of the occurances and it saved the username as "Visibility" and the password as "/storage/emulated/0/Android/data/com.radinc.csharpshell/files/CSharpShell/ConsoleApp/Pages". It's no big deal, I will just keep ignoring it but I thought I should at least report the bug as it is pretty annoying constantly being prompted to save some unknown credentials. I'll keep poking around to see if I can find any more details on how to replicate but I thought maybe you might know of some password box that might be losing focus at times? There is no password box being used in the app I am creating. Oh, and this occurs on both Xamarin apps and Console apps. Thanks.