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({
|
||||
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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user