Skip to content

Commit

Permalink
Theming: theme flow redirection page
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Nov 8, 2017
1 parent 497cd7f commit 0c5fea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/Controller/ClientFlowLoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function redirectPage($stateToken = '',
'clientIdentifier' => $clientIdentifier,
'oauthState' => $this->session->get('oauth.state'),
],
'empty'
'guest'
);
}

Expand Down
2 changes: 1 addition & 1 deletion core/templates/loginflow/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
?>

<div class="picker-window">
<p class="info"><?php p($l->t('Redirecting …')) ?></p>
<p><?php p($l->t('Redirecting …')) ?></p>
</div>

<form method="POST" action="<?php p($urlGenerator->linkToRouteAbsolute('core.ClientFlowLogin.generateAppPassword')) ?>">
Expand Down

0 comments on commit 0c5fea7

Please sign in to comment.