1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-03-24 06:40:06 +00:00

feat: add description to callback URL inputs

This commit is contained in:
Elias Schneider
2025-04-20 00:32:27 +02:00
parent 60bad9e985
commit eb689eb56e
3 changed files with 8 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
</script>
<div {...restProps}>
<FormInput {label}>
<FormInput {label} description={m.callback_url_description()}>
<div class="flex flex-col gap-y-2">
{#each callbackURLs as _, i}
<div class="flex gap-x-2">