API Key - Changed placholder to instruct Command V

(as the right-click menu does not work in electron)
This commit is contained in:
Michael Shanks 2020-10-05 17:41:16 +01:00
parent d5caeb81f6
commit daec40005a
1 changed files with 1 additions and 1 deletions

View File

@ -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>