Skip to content

Commit

Permalink
Typo in log string.
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal committed Jun 2, 2023
1 parent 309c1fe commit fa62c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cnaas_nac/api/internal/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def post(self):
logger.info('[{}] Error: {}'.format(username, errors))
return reject(username, errors)

logger.info('[{}] User did not match any rules, rejeecting'.format(
logger.info('[{}] User did not match any rules, rejecting'.format(
username))
return reject(username, 'User is disabled')

Expand Down

0 comments on commit fa62c8b

Please sign in to comment.