From 1f46ea602f101442f5b54b08ef725dede155d0d4 Mon Sep 17 00:00:00 2001 From: fs Date: Sat, 25 Apr 2026 18:22:41 +0200 Subject: [PATCH] refactor(settings/api): drop the duplicated CORS hint, slim token-policy intro The token-policy card had an info blockquote that paraphrased the two field labels, and the CORS card stated "one origin per line" three times (blockquote, DB description, muted footer). Now the CORS hint comes only from the setting description, which already includes the per-line note in both locales. The danger warning on the revoke action stays put. Co-Authored-By: Claude Opus 4.7 (1M context) --- pages/admin/settings/api(default).phtml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pages/admin/settings/api(default).phtml b/pages/admin/settings/api(default).phtml index 9ca5c5f..7757e8f 100644 --- a/pages/admin/settings/api(default).phtml +++ b/pages/admin/settings/api(default).phtml @@ -61,9 +61,6 @@ $readonlyAttr = $isReadOnly ? 'readonly' : '';
-
- -