Add micrsoft logo for social login

This commit is contained in:
Steve Shipway 2019-12-05 14:26:01 +13:00
parent 10ff312d95
commit aef9842d30

View file

@ -92,7 +92,7 @@
OpenID Connect</a>
{% endif %}
{% if SETTING.get('azure_oauth_enabled') %}
<a href="{{ url_for('azure_login') }}" class="btn btn-block btn-social btn-github btn-flat"><i class="fa fa-azure"></i> Sign in using
<a href="{{ url_for('azure_login') }}" class="btn btn-block btn-social btn-microsoft btn-flat"><i class="fa fa-microsoft"></i> Sign in using
Microsoft Azure</a>
{% endif %}
{% if SETTING.get('github_oauth_enabled') %}