adding "copy on generate" option

adding a setting to automatically copy to the clipboard when clicking generate
This commit is contained in:
Danny Summerlin 2022-12-26 12:05:32 -05:00 committed by GitHub
parent 35faa2afcf
commit d79a729330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,10 @@
<input class="form-check-input" type="checkbox" id="use-digit" name="digit">
<label for="use-digit">Add a digit</label>
</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>
@ -243,4 +247,4 @@
</footer>
</body>
</html>
</html>