Skip to content

Commit df5b964

Browse files
committed
5124: Fixed typo
1 parent 9010a2d commit df5b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/profiles/custom/os2loop/modules/os2loop_cura_login/src/Controller/Os2loopCuraLoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private function createAuthenticateResponse(UserInterface $user, Request $reques
166166
$payload = [
167167
// Issued at.
168168
'iat' => $this->time->getRequestTime(),
169-
// Expire af 60 seconds.
169+
// Expire after 60 seconds.
170170
'exp' => $this->time->getRequestTime() + 60,
171171
'username' => $user->getAccountName(),
172172
];

0 commit comments

Comments
 (0)