We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62f71a0 + c5a408e commit 68696baCopy full SHA for 68696ba
1 file changed
core/templates/loginflow/authpicker.php
@@ -39,7 +39,7 @@
39
<br/>
40
41
<p id="redirect-link">
42
- <a href="<?php p($urlGenerator->linkToRouteAbsolute('core.ClientFlowLogin.grantPage', ['stateToken' => $_['stateToken'], 'clientIdentifier' => $_['clientIdentifier'], 'oauthState' => $_['oauthState']])) ?>">
+ <a href="<?php p($urlGenerator->linkToRoute('core.ClientFlowLogin.grantPage', ['stateToken' => $_['stateToken'], 'clientIdentifier' => $_['clientIdentifier'], 'oauthState' => $_['oauthState']])) ?>">
43
<input type="submit" class="login primary icon-confirm-white" value="<?php p($l->t('Log in')) ?>">
44
</a>
45
</p>
0 commit comments