mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
adding "copy on generate" option
adding a setting to automatically copy to the clipboard when clicking generate
This commit is contained in:
parent
35faa2afcf
commit
d79a729330
|
@ -93,6 +93,10 @@
|
||||||
<input class="form-check-input" type="checkbox" id="use-digit" name="digit">
|
<input class="form-check-input" type="checkbox" id="use-digit" name="digit">
|
||||||
<label for="use-digit">Add a digit</label>
|
<label for="use-digit">Add a digit</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-check">
|
||||||
|
<input class="form-check-input" type="checkbox" id="copy-after-generate" name="copy">
|
||||||
|
<label for="copy-after-generate">Automatically copy the password on generation</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -243,4 +247,4 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue