Browse Source

fix: 修改SAML2.0 Logo

pull/7413/head
Michael Bai 3 years ago committed by 老广
parent
commit
5aed04d58b
  1. 2
      apps/authentication/views/login.py
  2. BIN
      apps/static/img/login_saml2_logo.png

2
apps/authentication/views/login.py

@ -157,7 +157,7 @@ class UserLoginView(mixins.AuthMixin, FormView):
'name': 'SAML2',
'enabled': settings.AUTH_SAML2,
'url': reverse('authentication:saml2:saml2-login'),
'logo': static('img/login_cas_logo.png'),
'logo': static('img/login_saml2_logo.png'),
'auto_redirect': True
},
{

BIN
apps/static/img/login_saml2_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Loading…
Cancel
Save