songdb 6 anni fa
parent
commit
1144932d06
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      app/Http/Middleware/EncryptCookies.php

+ 2 - 1
app/Http/Middleware/EncryptCookies.php

@@ -20,6 +20,7 @@ class EncryptCookies extends BaseEncrypter
         'force_subscribe_name',
         'sub_random_num',
         'reader_share_bid',
-        'reader_share_cid'
+        'reader_share_cid',
+        'force_show_qrcode'
     ];
 }