mirror of
https://github.com/bitwarden/browser
synced 2024-12-27 18:34:29 +01:00
remove unused member
This commit is contained in:
parent
7bc65b8366
commit
286e839ebb
@ -11,10 +11,6 @@ export class LoginView implements View {
|
|||||||
totp: string;
|
totp: string;
|
||||||
uris: LoginUriView[];
|
uris: LoginUriView[];
|
||||||
|
|
||||||
// tslint:disable
|
|
||||||
private _username: string;
|
|
||||||
// tslint:enable
|
|
||||||
|
|
||||||
constructor(l?: Login) {
|
constructor(l?: Login) {
|
||||||
// ctor
|
// ctor
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user