remove unused member

This commit is contained in:
Kyle Spearrin 2018-04-12 14:48:12 -04:00
parent 7bc65b8366
commit 286e839ebb
1 changed files with 0 additions and 4 deletions

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
}