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
* If we're on the TPM dialog, and the user wants to absolutely always use security keys, then we just selected "Use another device" to see the list of all authenticator choices, so the dialog is closing because we selected something, so don't do anything else with the soon to be nonexistant dialog.
14
18
* Otherwise, perform common checks like holding Shift and stopping if there are other options.
LOGGER.Error("Unsupported OS dialog version, Windows Security dialog box caption icon has unrecognized automation ID {id}",captionIconAutomationId);
53
+
return;
54
+
}
55
+
}
42
56
43
57
// #21: title not rendered immediately
44
58
if(outerScrollViewer.WaitForFirst(TreeScope.Children,TITLE_CONDITION,TimeSpan.FromSeconds(5),Startup.EXITING)is not {}titleLabel){
45
-
LOGGER.Debug("Window is not a passkey choice prompt because there is no TextBlock child of the ScrollViewer after retrying for {0:N3}",overallStopwatch.Elapsed.TotalSeconds);
59
+
LOGGER.Debug("Window is not a passkey choice prompt because there is no TextBlock child of the ScrollViewer after retrying for {0:N3}",options.overallStopwatch.Elapsed.TotalSeconds);
0 commit comments