Skip to content

Commit

Permalink
* [FIX] Fixed issue when rendering password option on installation pa…
Browse files Browse the repository at this point in the history
…ge. Thanks to @vmario89 for the feedback. Closes nuxsmin#829
  • Loading branch information
nuxsmin committed Jun 19, 2018
1 parent f3f6f1b commit 21e1301
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions js/app-triggers.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@ sysPass.Triggers = function (Common) {

Common.appTheme().passwordDetect($form);
selectDetect($form);

// Actualizar objetos de MDL
componentHandler.upgradeDom();
}
};

Expand Down
10 changes: 5 additions & 5 deletions js/app-triggers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21e1301

Please sign in to comment.