mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
default to null
This commit is contained in:
@@ -3,7 +3,7 @@ import { View } from './view';
|
||||
import { Identity } from '../domain/identity';
|
||||
|
||||
export class IdentityView implements View {
|
||||
title: string;
|
||||
title: string = null;
|
||||
middleName: string;
|
||||
address1: string;
|
||||
address2: string;
|
||||
|
||||
Reference in New Issue
Block a user