summaryrefslogtreecommitdiff
path: root/pdf-over-commons
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-14 11:09:38 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-14 11:09:38 +0200
commitc98c1a5932f2cb396fc8c9fb20983895e62e652e (patch)
treead3a61de7fd4cb1fd1c35689c3dee8e5e9fdea81 /pdf-over-commons
parent80be9e308410b22c4b3eb0beb4b933e6c208f928 (diff)
downloadpdf-over-c98c1a5932f2cb396fc8c9fb20983895e62e652e.tar.gz
pdf-over-c98c1a5932f2cb396fc8c9fb20983895e62e652e.tar.bz2
pdf-over-c98c1a5932f2cb396fc8c9fb20983895e62e652e.zip
add necessary config switches to persist "remember" checkbox (no functionality still)
Diffstat (limited to 'pdf-over-commons')
-rw-r--r--pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java
index e2f46166..fb60f532 100644
--- a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java
+++ b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java
@@ -158,6 +158,7 @@ public class Constants {
/** The mobile number config parameter */
public static final String CFG_MOBILE_NUMBER = "MOBILE_NUMBER";
+ public static final String CFG_MOBILE_PASSWORD_REMEMBER = "MOBILE_REMEMBER_PASSWORD";
/** The signature note config parameter */
public static final String CFG_SIGNATURE_NOTE = "SIGNATURE_NOTE";