mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Fix msft authenticator image url
This commit is contained in:
parent
c408765f00
commit
32c00803ed
1 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue