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

fix: add type="url" to url inputs

This commit is contained in:
Elias Schneider
2026-01-24 17:37:54 +01:00
parent 80558c5625
commit bb7b0d5608
4 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
<Input
aria-invalid={!!error}
data-testid={`callback-url-${i + 1}`}
type="url"
bind:value={callbackURLs[i]}
/>
<Button