1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

webauthn: Add login.microsoft.com to knownapps. Add Microsoft icon.

This commit is contained in:
Andrew Kozlik 2019-08-08 15:17:35 +02:00
parent 8297b81cd5
commit 1d56b8b9a1
4 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"label": "Microsoft",
"webauthn": "login.microsoft.com"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

View File

@ -27,6 +27,7 @@ _knownapps = {
"www.binance.com": "Binance", "www.binance.com": "Binance",
"www.dropbox.com": "Dropbox", "www.dropbox.com": "Dropbox",
"secure.login.gov": "login.gov", "secure.login.gov": "login.gov",
"login.microsoft.com": "Microsoft",
"webauthn.bin.coffee": "webauthn.bin.coffee", "webauthn.bin.coffee": "webauthn.bin.coffee",
"webauthn.io": "WebAuthn.io", "webauthn.io": "WebAuthn.io",
"webauthn.me": "WebAuthn.me", "webauthn.me": "WebAuthn.me",

Binary file not shown.