Removed WebAuthn support for macOS for now.
This commit is contained in:
@@ -170,11 +170,6 @@ void SetupExperimental(
|
||||
}
|
||||
addToggle(Window::kOptionDisableTouchbar);
|
||||
addToggle(Info::kAlternativeScrollProcessing);
|
||||
if (const auto controller = window->sessionController()) {
|
||||
if (controller->session().passkeys().possible()) {
|
||||
addToggle("webauthn-mac");
|
||||
}
|
||||
}
|
||||
addToggle("text-recognition-mac");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user