Skip to content

Commit

Permalink
Merge pull request #688 from EagleEye25/create-wallet-no-password
Browse files Browse the repository at this point in the history
fix issue of not proceeding
  • Loading branch information
pciavald committed Jan 17, 2018
2 parents b1cfc6c + 0a30cfe commit 226e413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/modals/createwallet/createwallet.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export class CreateWalletComponent {

@ViewChild('nameField') nameField: ElementRef;

password: string;
passwordVerify: string;
password: string = '';
passwordVerify: string = '';
words: string[];
toggleShowPass: boolean = false;

Expand Down

0 comments on commit 226e413

Please sign in to comment.