From 32c00803ede4abc513de18ced218b19ed50def22 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Wed, 16 Jan 2019 17:47:38 -0800 Subject: [PATCH] Fix msft authenticator image url --- config/twoFactor.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/twoFactor.js b/config/twoFactor.js index 81014e7..644e2b4 100644 --- a/config/twoFactor.js +++ b/config/twoFactor.js @@ -67,12 +67,12 @@ export default { }, { name: 'Microsoft Authenticator', - image: '/static/img/static/img/microsoft_authenticator_80.png', + image: '/static/img/microsoft_authenticator_80.png', url: 'https://www.microsoft.com/en-us/account/authenticator', sources: { - ios: - 'https://itunes.apple.com/app/microsoft-authenticator/id983156458', - android: 'https://play.google.com/store/apps/details?id=com.azure.authenticator', + ios: 'https://itunes.apple.com/app/microsoft-authenticator/id983156458', + android: + 'https://play.google.com/store/apps/details?id=com.azure.authenticator', }, }, {