From 95c3c0755b6f3747afc441b3ae4746592614bc27 Mon Sep 17 00:00:00 2001 From: Kavalar Date: Thu, 19 Dec 2024 11:01:44 +0300 Subject: [PATCH] bootstrap --- bootstrap/secure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/secure.php b/bootstrap/secure.php index a8baf09..b57765e 100644 --- a/bootstrap/secure.php +++ b/bootstrap/secure.php @@ -1,7 +1,7 @@ 'email_code', // login_password, email_code + 'web_auth_type' => 'login_password', // login_password, email_code 'token_type' => 'hash', // random_bytes, md5, crypt, hash, JWT 'token_expired_time' => "+30 days", // +1 day ];