Skip to content

Commit

Permalink
Merge pull request #400 from lhhyung/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lhhyung authored Oct 21, 2024
2 parents cd049fd + e9a7603 commit 347b269
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 347b269

Please sign in to comment.