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

fix: wildcard callback URLs blocked by browser-native URL validation (#1359)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
Copilot
2026-03-03 13:27:27 -08:00
committed by GitHub
parent 45bcdb4b1d
commit d7f19ad5e5

View File

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