When I add a provider configuration (OAuth) with Google, Linkedin, etc, I have the option to input an icon class or an icon image. Both options do not work. When I type in fa-google for the icon class, the website shows the fa-right-to-bracket icon as a default. When I upload my own google icon as an SVG file, that icon fails to show up on display. Is there a way to solve this problem?
yes I confirm there is a bug as the same happens to me…
Hi, you might have already solved this as this is an old post. I will just write the solution so that others who face the same issue can refer to this solution.
Here is the list of the classes that are allowed by default for Icon class
: [‘apple’, ‘facebook’, ‘google’, ‘microsoft’]
So, instead of “fa-google
”, you should try using “google
” and see if the icon is loaded.