Commit b55007f0 authored by Manas Verma's avatar Manas Verma Committed by Commit Bot

[Autofill Auth] Updating the settings page toggle for FIDO authentication.

Changing "on-click" to "on-change" for the settings-page-button for
enabling/disabling FIDO authentication for card unmasking. This makes the
toggle a lot more responsive.

Bug: 949269
Change-Id: Id8b986c0d74ca9459a40e3a1ba1e287b78bfdee8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857547Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Commit-Queue: Manas Verma <manasverma@google.com>
Cr-Commit-Position: refs/heads/master@{#705664}
parent 171890f6
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
label="$i18n{enableCreditCardFIDOAuthLabel}" label="$i18n{enableCreditCardFIDOAuthLabel}"
sub-label="$i18n{enableCreditCardFIDOAuthSublabel}" sub-label="$i18n{enableCreditCardFIDOAuthSublabel}"
pref="{{prefs.autofill.credit_card_fido_auth_enabled}}" pref="{{prefs.autofill.credit_card_fido_auth_enabled}}"
on-click="setFIDOAuthenticationEnabledState_"> on-change="setFIDOAuthenticationEnabledState_">
</settings-toggle-button> </settings-toggle-button>
</template> </template>
<template is="dom-if" <template is="dom-if"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment