lazygit
lazygit copied to clipboard
Add Token credential request handling
- PR Description
Asking for 2FA Token prompt when an additional authentication is configured for git over SSH
- Please check if the PR fulfills these requirements
- [x] Cheatsheets are up-to-date (run
go generate ./...) - [x] Code has been formatted (see here)
- [x] Tests have been added/updated (see here for the integration test guide)
- [x] Text is internationalised (see here)
- [x] Docs have been updated if necessary
- [x] You've read through your own file changes for silly mistakes etc