We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8f17e commit 3ed234bCopy full SHA for 3ed234b
static/index.html
@@ -46,7 +46,7 @@
46
<div class="form-check">
47
<input class="form-check-input" type="radio" name="type" id="type_pubkey" value="PubKey">
48
<label class="form-check-label" for="type_pubkey">Raw SSH PublicKey:</label>
49
- <textarea class="reveal-if-active form-control" name="sshpublic" rows="1" cols="2000">ssh-rsa AAAA... user@enoflag</textarea>
+ <textarea class="reveal-if-active form-control" name="sshpublic" rows="1" cols="2000" placeholder="ssh-rsa AAAA... user@enoflag"></textarea>
50
</div>
51
<div class="form-group">
52
<label for="authkey">AUTHKEY:</label>
0 commit comments