Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #10 from ZetaTwo/totp-qrcode-fix
Browse files Browse the repository at this point in the history
Changed TOTP QR Code to correct format
  • Loading branch information
chandlerhuff authored Oct 14, 2018
2 parents b5302c9 + e1b8863 commit d585606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Views/user.leaf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#set("scripts") {
<script type="text/javascript" src="/vendors/js/qrcode.js"></script>
<script>
jQuery('#code').qrcode("#(totpToken)");
jQuery('#code').qrcode("otpauth://totp/Fax%20Server:#(email)?secret=#(totpToken)&issuer=Fax%20Server&algorithm=SHA1&digits=6&period=30");
</script>
}
#set("main") {
Expand Down

0 comments on commit d585606

Please sign in to comment.