API Key - Changed placholder to instruct Command V
(as the right-click menu does not work in electron)
This commit is contained in:
parent
d5caeb81f6
commit
daec40005a
|
@ -11,7 +11,7 @@
|
||||||
on:input={() => (blurred.api = true)}
|
on:input={() => (blurred.api = true)}
|
||||||
label="API Key"
|
label="API Key"
|
||||||
name="apiKey"
|
name="apiKey"
|
||||||
placeholder="Enter your API Key"
|
placeholder="Use command-V to paste your API Key"
|
||||||
type="password"
|
type="password"
|
||||||
error={blurred.api && validationErrors.apiKey} />
|
error={blurred.api && validationErrors.apiKey} />
|
||||||
<a target="_blank" href="https://portal.budi.live/">Get API Key</a>
|
<a target="_blank" href="https://portal.budi.live/">Get API Key</a>
|
||||||
|
|
Loading…
Reference in New Issue