From 8c6586b5cc7512871ba4e658658d8d44b9900b08 Mon Sep 17 00:00:00 2001 From: tkapias Date: Thu, 3 Oct 2024 12:24:47 +0200 Subject: [PATCH] opt-in Remember-me --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 6169123..5c768d6 100755 --- a/build.sh +++ b/build.sh @@ -80,6 +80,7 @@ STATICRYPT_PASSWORD=${_PASS} \ --config false \ --recursive true \ --remember 7 \ + --share-remember \ --salt ${_SALT} \ --template assets/templates/password_template.html \ --template-button "DECRYPTER" \