1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-02 18:07:00 +02:00
bitwarden-browser/apps/browser/src/autofill/notification/models/add-login-runtime-message.ts
Cesar Gonzalez 0b9a2775f0
[PM-5043] Update ownership of code to autofill team (#7017)
* [PM-5043] Update owernship of code belonging to autofill team

* [PM-5043] Updating location of webRequest.background.ts file to belong to autofill team

* [PM-5043] Updating location of autofill component settings within the popup
2023-11-30 19:59:33 +00:00

6 lines
103 B
TypeScript

export default class AddLoginRuntimeMessage {
username: string;
password: string;
url: string;
}