dotkernel/admin

remove transaltion cookie

Closed this issue · 1 comments

from config/autoload/local.php dist

remove the translate cookie
'translator' => [ 'cookie' => [ 'name' => 'dk30Translator', 'lifetime' => 3600 * 24 * 30, 'samesite' => 'Lax', 'secure' => true, 'httponly' => true ],

Fixed in #154