diff options
Diffstat (limited to 'internal/command/commandargs')
-rw-r--r-- | internal/command/commandargs/shell.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/command/commandargs/shell.go b/internal/command/commandargs/shell.go index 4632cff..1535ccb 100644 --- a/internal/command/commandargs/shell.go +++ b/internal/command/commandargs/shell.go @@ -11,6 +11,7 @@ import ( const ( Discover CommandType = "discover" TwoFactorRecover CommandType = "2fa_recovery_codes" + TwoFactorVerify CommandType = "2fa_verify" LfsAuthenticate CommandType = "git-lfs-authenticate" ReceivePack CommandType = "git-receive-pack" UploadPack CommandType = "git-upload-pack" |