css: Fix azuread-wrapper name.

It should be azuread-oauth2-wrapper, as the name of the corresponding
backend is 'azuread-oauth2'. Without the correct name, the icon isn't
showing on the "Log in with AzureAD" button.
This commit is contained in:
Mateusz Mandera 2019-10-22 00:05:05 +02:00 committed by Tim Abbott
parent 37c5f9b9c5
commit 8c85040a92
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ button.login-social-button:active {
transform: translateX(15px) translateY(13px);
}
.azuread-wrapper::before {
.azuread-oauth2-wrapper::before {
content: "\f17a";
position: absolute;