Add missing hyphen to "6-digit … codes" in opower (#144417)

This commit is contained in:
Norbert Rittel 2025-05-07 21:21:43 +02:00 committed by GitHub
parent e1344fca6c
commit 9ec5d90f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
} }
}, },
"mfa": { "mfa": {
"description": "The TOTP secret below is not one of the 6 digit time-based numeric codes. It is a string of around 16 characters containing the shared secret that enables your authenticator app to generate the correct time-based code at the appropriate time. See the documentation.", "description": "The TOTP secret below is not one of the 6-digit time-based numeric codes. It is a string of around 16 characters containing the shared secret that enables your authenticator app to generate the correct time-based code at the appropriate time. See the documentation.",
"data": { "data": {
"totp_secret": "TOTP secret" "totp_secret": "TOTP secret"
} }