supertokens-auth-react
supertokens-auth-react copied to clipboard
Reduce size of `/recipe/thirdparty` import by removing default logos from it
We could do something like this:
getLogocan already return undefined, so we can remove the default impl from all built-in providers- move the logos into the assets directory
- make
getButtontake adefaultLogosparam that the default impl can use - update where we call
getButtonto use the logos from the assets dir