Skip to content

Commit 030e5db

Browse files
committed
[PM-39002] prettier fix
Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
1 parent bd0d282 commit 030e5db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

maps/forms/forms.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@
103103
"container": ["form[id^='flt-semantic-node-']:has(input#email)"],
104104
"fields": {
105105
"username": ["form[id^='flt-semantic-node-'] input#email"],
106-
"password": ["form[id^='flt-semantic-node-'] input#current-password"]
106+
"password": [
107+
"form[id^='flt-semantic-node-'] input#current-password"
108+
]
107109
},
108110
"actions": {
109111
"submit": [

0 commit comments

Comments
 (0)