1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-26 23:09:46 +02:00

remove unused member

This commit is contained in:
Kyle Spearrin 2018-04-12 14:48:12 -04:00
parent 7bc65b8366
commit 286e839ebb

View File

@ -11,10 +11,6 @@ export class LoginView implements View {
totp: string;
uris: LoginUriView[];
// tslint:disable
private _username: string;
// tslint:enable
constructor(l?: Login) {
// ctor
}