mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
ssh kitten: Fix a bug where automatic login was not working
Fixes #9187
This commit is contained in:
@@ -52,7 +52,7 @@ func resolve_secrets(c *Config, only_syntax bool) error {
|
||||
if r, err := resolve_secret("totp_secret", c.Totp_secret); err != nil {
|
||||
return err
|
||||
} else {
|
||||
c.Password = r
|
||||
c.Totp_secret = r
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user