mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix: state the at-least-one requirement in the origins hint
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
071ee1afb8
commit
c83c1e1980
@@ -136,7 +136,9 @@
|
||||
{#if malformed}
|
||||
<div class="text-2xs text-red-600 dark:text-red-400">{malformed}</div>
|
||||
{:else}
|
||||
<div class="text-2xs text-secondary">Comma-separated. Use * to allow any origin.</div>
|
||||
<div class="text-2xs text-secondary">
|
||||
At least one origin, comma-separated. Use * to allow any.
|
||||
</div>
|
||||
{/if}
|
||||
{:else if inheritsInstanceDefault}
|
||||
<div class="text-2xs text-secondary">
|
||||
|
||||
Reference in New Issue
Block a user