1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Use password fields

This commit is contained in:
Zack Scholl 2016-03-22 19:42:18 -04:00
parent 4d48e0e1ca
commit 359b9b35f6
2 changed files with 7 additions and 7 deletions

View File

@ -134,7 +134,7 @@
swal({
title: "Encryption",
text: "Enter your passphrase:",
type: "input",
type: "input", inputType: "password",
showCancelButton: true,
closeOnConfirm: false,
animation: "slide-from-top",
@ -149,7 +149,7 @@
swal({
title: "Encryption",
text: "Enter your passphrase again:",
type: "input",
type: "input", inputType: "password",
showCancelButton: true,
closeOnConfirm: false,
animation: "slide-from-top",
@ -198,7 +198,7 @@
swal({
title: "Locking",
text: "Enter your passphrase:",
type: "input",
type: "input", inputType: "password",
showCancelButton: true,
closeOnConfirm: false,
animation: "slide-from-top",
@ -213,7 +213,7 @@
swal({
title: "Locking",
text: "Enter your passphrase again:",
type: "input",
type: "input", inputType: "password",
showCancelButton: true,
closeOnConfirm: false,
animation: "slide-from-top",

View File

@ -84,7 +84,7 @@ $( document ).ready(function() {
swal({
title: "Decryption",
text: "Enter your passphrase:",
type: "input",
type: "input", inputType: "password",
showCancelButton: true,
closeOnConfirm: false,
animation: "slide-from-top",
@ -122,7 +122,7 @@ $( document ).ready(function() {
swal({
title: "Decryption",
text: "Enter your passphrase:",
type: "input",
type: "input", inputType: "password",
showCancelButton: true,
closeOnConfirm: false,
animation: "slide-from-top",
@ -164,7 +164,7 @@ $( document ).ready(function() {
swal({
title: "Unlock",
text: "Enter your passphrase:",
type: "input",
type: "input", inputType: "password",
showCancelButton: true,
closeOnConfirm: false,
animation: "slide-from-top",