updated password input UI

This commit is contained in:
Danny Coates
2018-02-16 12:56:53 -08:00
parent 8d41111cd6
commit 346e604f34
37 changed files with 282 additions and 288 deletions

View File

@@ -20,7 +20,7 @@ module.exports = function(state, pageAction) {
if (!pageAction) {
return info;
}
const div = html`
return html`
<div class="page">
<div class="title">
<span>${title}</span>
@@ -38,5 +38,4 @@ module.exports = function(state, pageAction) {
${info}
</div>
`;
return div;
};