From 52bdc35875eab23c75cadf32dbf46c26f555ee8f Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Thu, 21 Mar 2024 18:52:24 +0100 Subject: [PATCH] Update Readme about new Flags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1524357..71ed1a7 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ You can setup MFA also using the configuration sub command, only TOTP is support | --- | --- | |`none`|just errors if challenged for MFA. |`interactive-totp` | prompts for interactive entry of TOTP Codes. -|`noninteractive-totp` | automatically generates TOTP Codes when challenged, it requires the `totpToken` flag to be set to your totp Secret, you can configure the behavior using the `mfaDelay`, `mfaRetrys` and `totpOffset` flags +|`noninteractive-totp` | automatically generates TOTP Codes when challenged, it requires the `mfaTotpToken` flag to be set to your totp Secret, you can configure the behavior using the `mfaDelay`, `mfaRetrys` and `mfaTotpOffset` flags # Server Verification