2
0
mirror of https://git.coolaj86.com/coolaj86/browser-authenticator.js synced 2025-03-14 04:10:44 +00:00

#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

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>