We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03092b8 commit b3bd1ecCopy full SHA for b3bd1ec
1 file changed
modules/debugsp/src/Controller/Test.php
@@ -159,7 +159,7 @@ public function main(Request $request, ?string $as = null): Response
159
'authData' => $authData,
160
'remaining' => isset($authData['Expire']) ? $authData['Expire'] - time() : null,
161
'nameid' => $nameId,
162
- 'trackId' => $this->session->getTrackID(),
+ 'trackid' => $this->session->getTrackID(),
163
'logouturl' => $httpUtils->getSelfURLNoQuery() . '?as=' . urlencode($as) . '&logout',
164
];
165
}
0 commit comments