supertokens-auth-react icon indicating copy to clipboard operation
supertokens-auth-react copied to clipboard

Reduce size of `/recipe/thirdparty` import by removing default logos from it

Open porcellus opened this issue 1 year ago • 0 comments

We could do something like this:

  • getLogo can already return undefined, so we can remove the default impl from all built-in providers
  • move the logos into the assets directory
  • make getButton take a defaultLogos param that the default impl can use
  • update where we call getButton to use the logos from the assets dir

porcellus avatar Jun 24 '24 09:06 porcellus