mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
show key URL
This commit is contained in:
parent
deb9a29521
commit
fbb9d0d3ba
|
@ -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("")
|
||||
|
|
Loading…
Reference in New Issue
Block a user