Skip to content

Commit

Permalink
redirecting to given login url (if provided) in redirect-to-login but…
Browse files Browse the repository at this point in the history
…ton in election success screen (#204)
  • Loading branch information
edulix authored Jan 9, 2022
1 parent 8a94686 commit 6d487af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h1 ng-i18next="avBooth.successTitle"></h1>
<span>
<a
tabindex="0"
ng-click="redirectToLogin()"
ng-click="redirectToLogin(true)"
class="btn btn-primary btn-login">
{{ election.presentation.extra_options.success_screen__redirect_to_login__text }}
</a>
Expand Down

0 comments on commit 6d487af

Please sign in to comment.