mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
updated password input UI
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user