Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed May 22, 2024
2 parents 032ba82 + b4ff8ed commit 946cd48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/redux/bank_account/bank_account_actions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ void handleBankAccountAction(BuildContext? context,
}
break;
case EntityAction.reconnect:
final url = state.credentials.url + '/nordigen/connect';
final url = state.credentials.url +
'/nordigen/connect/' +
bankAccount.nordigenInstitutionId;
launchUrl(Uri.parse(url));
break;
case EntityAction.more:
Expand Down

0 comments on commit 946cd48

Please sign in to comment.