From f2054c4609899c96b1710597c19f2087eb228711 Mon Sep 17 00:00:00 2001 From: Anye <53684988+Anyexyz@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:41:16 +0800 Subject: [PATCH] Fix incorrect validation rules (#2502) --- logto/1.21.0/data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/logto/1.21.0/data.yml b/logto/1.21.0/data.yml index 8733717ef..ce84cd615 100644 --- a/logto/1.21.0/data.yml +++ b/logto/1.21.0/data.yml @@ -58,7 +58,7 @@ additionalProperties: labelEn: Logto Endpoint labelZh: Logto 服务地址(进入网站页面添加反向代理网站,并启用 HTTPS) required: true - rule: paramHttp + rule: paramExtUrl type: text - default: https://admin.domain.com edit: true @@ -66,5 +66,5 @@ additionalProperties: labelEn: Logto Admin Endpoint labelZh: Logto 管理控制台地址(进入网站页面添加反向代理网站,并启用 HTTPS) required: true - rule: paramHttp - type: text \ No newline at end of file + rule: paramExtUrl + type: text