Earlier quoted context omitted.
Having two different static passwords on an account isn't actually two different factors, whether you can recite them or not. The fact that one time passwords expire and change is what makes them a different factor than a static password.
> The fact that one time passwords expire and change is what makes them a different factor than a static password. If you're getting your 2FA code by SMS message or the like, this can be true. If you're using TOTP (e.g. Google Authenticator), that's just as static as your other passwords. The TOTP code never expires nor changes. What changes is the code you're supposed to send over the wire.
(and you are not likely to leak it anyway -- with something that changes that often, you are not going to have an incentive to write it to files)