Remove custom css for OpenID logo

This commit is contained in:
Anton Khorev 2023-08-10 19:27:48 +03:00
parent 38369675b7
commit 113c32f65e
3 changed files with 2 additions and 9 deletions

View file

@ -111,7 +111,7 @@ class UserHelperTest < ActionView::TestCase
def test_openid_logo
logo = openid_logo
assert_match %r{^<img .* class="openid_logo" src="/images/openid_small.png" />$}, logo
assert_match %r{^<img .* src="/images/openid_small.png" />$}, logo
end
def test_auth_button