From 18b07c750d83c744bfef1de68642d69811c3ea78 Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Mon, 13 Jan 2025 22:06:14 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(phone):=20Update=20SMS=20exp?= =?UTF-8?q?iration=20time=20field=20to=20use=20'sms=5Fexpire=5Ftime'=20wit?= =?UTF-8?q?h=20default=20value=20of=20300?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/app/dashboard/auth-control/phone/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin/app/dashboard/auth-control/phone/page.tsx b/apps/admin/app/dashboard/auth-control/phone/page.tsx index 589e139..8ffd724 100644 --- a/apps/admin/app/dashboard/auth-control/phone/page.tsx +++ b/apps/admin/app/dashboard/auth-control/phone/page.tsx @@ -99,8 +99,8 @@ export default function Page() { updateConfig('sms_expire', value)} + value={data?.sms_expire_time ?? 300} + onValueBlur={(value) => updateConfig('sms_expire_time', value)} suffix='S' disabled={isFetching} placeholder={t('placeholders.expireTime')}