added password to upload form

This commit is contained in:
Danny Coates 2018-10-29 19:06:15 -07:00
parent 0e5202c470
commit 12e6eb1666
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 153 additions and 17 deletions

View file

@ -95,7 +95,7 @@ module.exports = function(state, emit) {
content = password(state, emit);
}
return html`
<main class="main">
<main class="main container">
<section class="relative h-full w-full my-4 px-6">
${content}
</section>