show key URL

This commit is contained in:
c9s 2020-12-11 17:08:06 +08:00
parent deb9a29521
commit fbb9d0d3ba

View File

@ -456,6 +456,7 @@ func displayOTPKey(key *otp.Key) {
log.Infof("Issuer: %s", key.Issuer())
log.Infof("AccountName: %s", key.AccountName())
log.Infof("Secret: %s", key.Secret())
log.Infof("Key URL: %s", key.URL())
log.Infof("")
log.Infof("====================================================================")
log.Infof("")