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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user