From abb59b5a5f4e8ed87bb9f987c1912a6b043b0ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Fo=CC=88rtsch?= Date: Tue, 15 Jan 2019 10:57:52 +0100 Subject: [PATCH] fix jpg and brace --- config/passwordManager.js | 2 +- config/twoFactor.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/passwordManager.js b/config/passwordManager.js index 6e9d7c4..050ded3 100644 --- a/config/passwordManager.js +++ b/config/passwordManager.js @@ -49,7 +49,7 @@ export default { }, { name: 'Bitwarden', - image: '/static/img/bitwarden.png', + image: '/static/img/bitwarden.jpg', url: 'https://www.bitwarden.com/', sources: { windows: 'https://vault.bitwarden.com/download/?app=desktop&platform=windows', diff --git a/config/twoFactor.js b/config/twoFactor.js index b847eff..ea4d70c 100644 --- a/config/twoFactor.js +++ b/config/twoFactor.js @@ -34,6 +34,7 @@ export default { 'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_us', }, }, + { name: '1Password', image: '/static/img/1password.jpg', url: 'https://1password.com/',