mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
abstract password generation service
This commit is contained in:
@@ -3,7 +3,7 @@ import { View } from './view';
|
||||
import { Folder } from '../domain/folder';
|
||||
|
||||
export class FolderView implements View {
|
||||
id: string;
|
||||
id: string = null;
|
||||
name: string;
|
||||
|
||||
constructor(f?: Folder) {
|
||||
|
||||
Reference in New Issue
Block a user