Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-01-18 01:16:50 +0300
committernachoparker <nacho@ownyourbits.com>2021-01-18 06:02:26 +0300
commit20bd14fe7bf04f1acba968f017b7a433c5f179e1 (patch)
treee19d412e1ed67d544565f4e6969ffcf012d3423f /ncp-web
parent5a16d57cf559f10a1902e70e720df565b8aefeb1 (diff)
wizard: fix letsencrypt empty emailv1.34.2
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'ncp-web')
-rw-r--r--ncp-web/wizard/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncp-web/wizard/index.php b/ncp-web/wizard/index.php
index 4cc6ba6e..87d6fcc0 100644
--- a/ncp-web/wizard/index.php
+++ b/ncp-web/wizard/index.php
@@ -172,7 +172,7 @@ HTML
</div>
</div>
- <!-- Configure No-IP -->
+ <!-- Configure No-IP -->
<div class="ncp-hidden" id="noip">
<div class="buttons-area">
<div class="ddns-form">
@@ -184,14 +184,14 @@ HTML
</tr>
<tr>
<td><label for="noip-password">Password</label></td>
- <td><input type="text" id="noip-password" placeholder="secret"></td>
+ <td><input type="password" id="noip-password" placeholder="secret"></td>
</tr>
</table>
<div class="buttons-area">
<button class="btn" id="ddns-enable-noip">Finish</button>
</div>
</form>
- </div>
+ </div>
</div>
</div>
</div>