Skip to content

Commit

Permalink
provider_hint placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Dec 11, 2024
1 parent fdce5a8 commit 3d7f64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/components/Inputs/ProviderHintInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
class="border w-full form-input h-6 px-2"
class:opacity-50={!selected}
oninput={validate}
placeholder={PROVIDER_HINT?.PLACEHOLDER}
bind:value
/>
Expand Down
3 changes: 2 additions & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ const HELLO_PARAM = {
HINT: [...PROVIDER_HINTS, 'apple--', 'microsoft--', 'google-', 'email--', 'passkey--'].join(
' '
),
ONLY_ONE: false
ONLY_ONE: false,
PLACEHOLDER: 'space separated'
},
{
NAME: 'domain_hint',
Expand Down

0 comments on commit 3d7f64f

Please sign in to comment.