UI: Change OAuth2 templated json icon

This commit is contained in:
Vladyslav_Prykhodko 2020-10-12 19:35:11 +03:00
parent 054fcba46f
commit 220c5f6275
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
} }
}, },
"comment": null, "comment": null,
"loginButtonIcon": "mdi:facebook", "loginButtonIcon": "facebook-logo",
"loginButtonLabel": "Facebook", "loginButtonLabel": "Facebook",
"helpLink": "https://developers.facebook.com/docs/facebook-login/web#logindialog" "helpLink": "https://developers.facebook.com/docs/facebook-login/web#logindialog"
} }

View File

@ -14,7 +14,7 @@
} }
}, },
"comment": "In order to log into ThingsBoard you need to have user's email. You may configure and use Custom OAuth2 Mapper to get email information. Please refer to <a href=\"https://docs.github.com/en/rest/reference/users#list-email-addresses-for-the-authenticated-user\">Github Documentation</a>", "comment": "In order to log into ThingsBoard you need to have user's email. You may configure and use Custom OAuth2 Mapper to get email information. Please refer to <a href=\"https://docs.github.com/en/rest/reference/users#list-email-addresses-for-the-authenticated-user\">Github Documentation</a>",
"loginButtonIcon": "mdi:github", "loginButtonIcon": "github-logo",
"loginButtonLabel": "Github", "loginButtonLabel": "Github",
"helpLink": "https://docs.github.com/en/developers/apps/creating-an-oauth-app" "helpLink": "https://docs.github.com/en/developers/apps/creating-an-oauth-app"
} }

View File

@ -18,7 +18,7 @@
} }
}, },
"comment": null, "comment": null,
"loginButtonIcon": "mdi:google", "loginButtonIcon": "google-logo",
"loginButtonLabel": "Google", "loginButtonLabel": "Google",
"helpLink": "https://developers.google.com/adwords/api/docs/guides/authentication" "helpLink": "https://developers.google.com/adwords/api/docs/guides/authentication"
} }