#1 add issuer to demo (for google auth)

This commit is contained in:
AJ ONeal 2016-09-02 12:44:57 -06:00
parent 89801a7604
commit 69991bd337
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@
<input type="text" class="js-key base-key-input wide">
</div>
</div>
<!-- TODO add options to interface -->
<input type="hidden" class="js-totp-algo" value="SHA1">
<input type="hidden" class="js-totp-digits" value="6">
<input type="hidden" class="js-totp-period" value="30">
<div class="form-group">
<div class="col-sm-offset-6 col-xs-6">
<button type="button" class="btn btn-default js-generate regenerate">Regenerate</button>