8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ace93 commit f19c0e9Copy full SHA for f19c0e9
firebase_admin/multi_factor_config_mgt.py
@@ -168,7 +168,7 @@ def validate_totp_provider_config(totp_provider_config):
168
not 0 <= totp_provider_config.adjacent_intervals <= 10):
169
raise ValueError(
170
('{0}.{1} must be a valid positive integer' +
171
- ' between 0 and 10 (both inclusive).').format(
+ ' between 0 and 10 (both inclusive).').format(
172
MfaConstants.TOTP_PROVIDER_CONFIG,
173
MfaConstants.ADJACENT_INTERVALS))
174
totp_provider_config_payload[MfaConstants.ADJACENT_INTERVALS] = \
0 commit comments