mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
dont allow shorthand property assignments
This commit is contained in:
@@ -69,7 +69,7 @@ export class CurrentController {
|
||||
}
|
||||
|
||||
this.autofillService.doAutoFill({
|
||||
cipher,
|
||||
cipher: cipher,
|
||||
pageDetails: this.pageDetails,
|
||||
fromBackground: false,
|
||||
}).then((totpCode: string) => {
|
||||
@@ -165,5 +165,5 @@ export class CurrentController {
|
||||
export const CurrentComponent = {
|
||||
bindings: {},
|
||||
controller: CurrentController,
|
||||
template,
|
||||
template: template,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user