1
0
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:
Kyle Spearrin
2018-01-29 17:59:57 -05:00
parent e160b97497
commit 15f254879f
4 changed files with 15 additions and 18 deletions

View File

@@ -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) {