summaryrefslogtreecommitdiff
path: root/internal/command/commandargs
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2020-12-10 14:40:31 +0000
committerIgor Drozdov <idrozdov@gitlab.com>2020-12-10 14:40:31 +0000
commit2fb14fb46bf4cffe8aff4a31794ae9d3588aac78 (patch)
treec4d4057fcdc5753086493c71b10f9ea5ee7b84d5 /internal/command/commandargs
parent384f3036e3d9c501e29a7ce24ece1e887a14d53a (diff)
parent1293a33014c9cfc82b0bc1b9525987476b2aa857 (diff)
downloadgitlab-shell-2fb14fb46bf4cffe8aff4a31794ae9d3588aac78.tar.gz
Merge branch 'if-270554-2fa_verify_command' into 'main'
Add 2fa_verify command See merge request gitlab-org/gitlab-shell!440
Diffstat (limited to 'internal/command/commandargs')
-rw-r--r--internal/command/commandargs/shell.go1
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"