Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lhhyung committed Oct 21, 2024
1 parent 8d48075 commit e9a7603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaceone/identity/error/error_mfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ERROR_MFA_ALREADY_DISABLED(ERROR_UNKNOWN):


class ERROR_MFA_REQUIRED(ERROR_UNKNOWN):
_message = "MFA is required. (user_id = {user_id}) / (mfa_type = {mfa_type})"
_message = "MFA is required. (user_id = {user_id}), (mfa_type = {mfa_type})"


class ERROR_MFA_NOT_ENABLED(ERROR_UNKNOWN):
Expand Down

0 comments on commit e9a7603

Please sign in to comment.