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:
parent
4d48e0e1ca
commit
359b9b35f6
@ -134,7 +134,7 @@
|
|||||||
swal({
|
swal({
|
||||||
title: "Encryption",
|
title: "Encryption",
|
||||||
text: "Enter your passphrase:",
|
text: "Enter your passphrase:",
|
||||||
type: "input",
|
type: "input", inputType: "password",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
animation: "slide-from-top",
|
animation: "slide-from-top",
|
||||||
@ -149,7 +149,7 @@
|
|||||||
swal({
|
swal({
|
||||||
title: "Encryption",
|
title: "Encryption",
|
||||||
text: "Enter your passphrase again:",
|
text: "Enter your passphrase again:",
|
||||||
type: "input",
|
type: "input", inputType: "password",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
animation: "slide-from-top",
|
animation: "slide-from-top",
|
||||||
@ -198,7 +198,7 @@
|
|||||||
swal({
|
swal({
|
||||||
title: "Locking",
|
title: "Locking",
|
||||||
text: "Enter your passphrase:",
|
text: "Enter your passphrase:",
|
||||||
type: "input",
|
type: "input", inputType: "password",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
animation: "slide-from-top",
|
animation: "slide-from-top",
|
||||||
@ -213,7 +213,7 @@
|
|||||||
swal({
|
swal({
|
||||||
title: "Locking",
|
title: "Locking",
|
||||||
text: "Enter your passphrase again:",
|
text: "Enter your passphrase again:",
|
||||||
type: "input",
|
type: "input", inputType: "password",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
animation: "slide-from-top",
|
animation: "slide-from-top",
|
||||||
|
@ -84,7 +84,7 @@ $( document ).ready(function() {
|
|||||||
swal({
|
swal({
|
||||||
title: "Decryption",
|
title: "Decryption",
|
||||||
text: "Enter your passphrase:",
|
text: "Enter your passphrase:",
|
||||||
type: "input",
|
type: "input", inputType: "password",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
animation: "slide-from-top",
|
animation: "slide-from-top",
|
||||||
@ -122,7 +122,7 @@ $( document ).ready(function() {
|
|||||||
swal({
|
swal({
|
||||||
title: "Decryption",
|
title: "Decryption",
|
||||||
text: "Enter your passphrase:",
|
text: "Enter your passphrase:",
|
||||||
type: "input",
|
type: "input", inputType: "password",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
animation: "slide-from-top",
|
animation: "slide-from-top",
|
||||||
@ -164,7 +164,7 @@ $( document ).ready(function() {
|
|||||||
swal({
|
swal({
|
||||||
title: "Unlock",
|
title: "Unlock",
|
||||||
text: "Enter your passphrase:",
|
text: "Enter your passphrase:",
|
||||||
type: "input",
|
type: "input", inputType: "password",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
animation: "slide-from-top",
|
animation: "slide-from-top",
|
||||||
|
Loading…
Reference in New Issue
Block a user