Skip to content

Commit

Permalink
fixup! Enable import from bank account if TAN is required after login
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Sep 30, 2024
1 parent df85301 commit 77fb7a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/blueprints/finance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ def bank_accounts_login(bank_account_id: int, action: str) -> ResponseReturnValu
form = FinTSTANForm()

if not form.is_submitted():
# TODO: Display bank name
del form.tan
return render_template("finance/fints_login.html", form=form)

Expand Down

0 comments on commit 77fb7a1

Please sign in to comment.