Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agonbar committed Jul 24, 2020
1 parent 5c926be commit c63437d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subspace/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func (c *Config) GenerateTOTP() error {
key, err := totp.Generate(
totp.GenerateOpts{
Issuer: httpHost,
AccountName: config.Info.Email,
AccountName: c.Info.Email,
},
)
if err != nil {
Expand Down

0 comments on commit c63437d

Please sign in to comment.