mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 18:04:07 +01:00
data-recurly attr support for autofill
This commit is contained in:
parent
f304780815
commit
17ce891aab
@ -21,12 +21,12 @@ import { EventService } from 'jslib/abstractions/event.service';
|
||||
import { EventType } from 'jslib/enums/eventType';
|
||||
|
||||
const CardAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID', 'label-tag',
|
||||
'placeholder', 'label-left', 'label-top'];
|
||||
'placeholder', 'label-left', 'label-top', 'data-recurly'];
|
||||
|
||||
const CardAttributesExtended: string[] = [...CardAttributes, 'label-right'];
|
||||
|
||||
const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID', 'label-tag',
|
||||
'placeholder', 'label-left', 'label-top'];
|
||||
'placeholder', 'label-left', 'label-top', 'data-recurly'];
|
||||
|
||||
const UsernameFieldNames: string[] = [
|
||||
// English
|
||||
|
Loading…
Reference in New Issue
Block a user