Skip to content

Commit f9d4bdc

Browse files
phavekesjohanib
andcommitted
Add space to log
Co-authored-by: Johan Kromhout <60608181+johanib@users.noreply.github.com>
1 parent 04b2c3b commit f9d4bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Surfnet/AzureMfa/Application/Service/AzureMfaService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function finishAuthentication(UserId $userId): UserId
113113

114114
if (!$userId->isEqual($user->getUserId())) {
115115
throw new InvalidMfaAuthenticationContextException(
116-
'Unknown authentication context another process is started in the meantime for userId:'.$userId->getUserId()
116+
'Unknown authentication context another process is started in the meantime for userId: '.$userId->getUserId()
117117
);
118118
}
119119

0 commit comments

Comments
 (0)