Skip to content

Commit

Permalink
Show startcode at fints tan challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Crasher508 authored and FestplattenSchnitzel committed Feb 3, 2025
1 parent d1d59b5 commit 23b59f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/blueprints/finance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def bank_accounts_login(bank_account_id: int, action: str) -> ResponseReturnValu
action=action,
bank_account_id=bank_account.id,
qrcode=qrcode,
challenge_text=challenge.challenge,
)


Expand Down
4 changes: 4 additions & 0 deletions web/templates/finance/fints_tan.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
{{ forms.simple_form(form, url_for('.bank_accounts_' ~ action, bank_account_id=bank_account_id), url_for('.bank_accounts_list'), autocomplete="on") }}
</div>

<div class="row mt-3">
<p>{{ challenge_text }}</p>
</div>

<div class="row mt-3 w-25">
<img src="{{ qrcode }}"></img>
</div>
Expand Down

0 comments on commit 23b59f9

Please sign in to comment.