Skip to content

Commit 79daa62

Browse files
TarikHuberbojeil-google
authored andcommitted
Added [alt] attribute to provider image elements (#177)
* Added [alt] attribute to provider image elements * Changed image element [alt] attribute to empty string
1 parent 34e8ec5 commit 79daa62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soy/elements.soy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<span class="firebaseui-idp-icon-wrapper">
125125
<img
126126
class="firebaseui-idp-icon"
127+
alt=""
127128
src="{call .idpLogo_ data="all" /}">
128129
</span>
129130
{if $providerId == 'password'}

0 commit comments

Comments
 (0)