Browse Source

API Key - Changed placholder to instruct Command V

(as the right-click menu does not work in electron)
pull/4023/head
Michael Shanks 6 years ago
parent
commit
e4d4e2cd1c
  1. 2
      packages/builder/src/components/start/Steps/API.svelte

2
packages/builder/src/components/start/Steps/API.svelte

@ -11,7 +11,7 @@
on:input={() => (blurred.api = true)}
label="API Key"
name="apiKey"
placeholder="Enter your API Key"
placeholder="Use command-V to paste your API Key"
type="password"
error={blurred.api && validationErrors.apiKey} />
<a target="_blank" href="https://portal.budi.live/">Get API Key</a>

Loading…
Cancel
Save