From 0a6ed56c8aed523a4a1ffff9ad2059c575a5e074 Mon Sep 17 00:00:00 2001 From: Konstantin Yakushev Date: Wed, 20 Mar 2019 09:30:09 +0100 Subject: [PATCH] Add PSD2 section to sidebar. (#92) --- src/plugins/BunqLayoutPlugin/components/Sidebar/Sidebar.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/BunqLayoutPlugin/components/Sidebar/Sidebar.js b/src/plugins/BunqLayoutPlugin/components/Sidebar/Sidebar.js index 3f81548..b9913fd 100644 --- a/src/plugins/BunqLayoutPlugin/components/Sidebar/Sidebar.js +++ b/src/plugins/BunqLayoutPlugin/components/Sidebar/Sidebar.js @@ -21,6 +21,10 @@ class Sidebar extends React.Component { tag: "authentication", name: "Authentication" }, + { + tag: "psd2", + name: "PSD2 service provider" + }, { tag: "signing", name: "Signing"