diff options
author | Imre Farkas <ifarkas@gitlab.com> | 2020-12-01 14:46:27 +0100 |
---|---|---|
committer | Imre Farkas <ifarkas@gitlab.com> | 2020-12-10 15:23:44 +0100 |
commit | 1293a33014c9cfc82b0bc1b9525987476b2aa857 (patch) | |
tree | c4d4057fcdc5753086493c71b10f9ea5ee7b84d5 /internal/command/commandargs | |
parent | 384f3036e3d9c501e29a7ce24ece1e887a14d53a (diff) | |
download | gitlab-shell-1293a33014c9cfc82b0bc1b9525987476b2aa857.tar.gz |
Add 2fa_verify command
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" |