Skip to content

Commit b3bd1ec

Browse files
authored
Fix case
1 parent 03092b8 commit b3bd1ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/debugsp/src/Controller/Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function main(Request $request, ?string $as = null): Response
159159
'authData' => $authData,
160160
'remaining' => isset($authData['Expire']) ? $authData['Expire'] - time() : null,
161161
'nameid' => $nameId,
162-
'trackId' => $this->session->getTrackID(),
162+
'trackid' => $this->session->getTrackID(),
163163
'logouturl' => $httpUtils->getSelfURLNoQuery() . '?as=' . urlencode($as) . '&logout',
164164
];
165165
}

0 commit comments

Comments
 (0)