mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-12 21:55:14 +00:00
fix: add type="url" to url inputs
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
<Input
|
||||
aria-invalid={!!error}
|
||||
data-testid={`callback-url-${i + 1}`}
|
||||
type="url"
|
||||
bind:value={callbackURLs[i]}
|
||||
/>
|
||||
<Button
|
||||
|
||||
@@ -181,6 +181,7 @@
|
||||
label={m.client_launch_url()}
|
||||
description={m.client_launch_url_description()}
|
||||
class="w-full"
|
||||
type="url"
|
||||
bind:input={$inputs.launchURL}
|
||||
/>
|
||||
<OidcCallbackUrlInput
|
||||
|
||||
Reference in New Issue
Block a user