You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #356, when adding Twitter we clearly missed a few spots. The safest thing to do here is check every time the GOOGLE or FACEBOOK constants are referenced and then make sure TWITTER is also referenced in appropriate.
In the long term, the responsibility should probably be inverted so that we don't have to go hunting through the codebase each time an IDP is added.
The text was updated successfully, but these errors were encountered:
See #356, when adding Twitter we clearly missed a few spots. The safest thing to do here is check every time the
GOOGLE
orFACEBOOK
constants are referenced and then make sureTWITTER
is also referenced in appropriate.In the long term, the responsibility should probably be inverted so that we don't have to go hunting through the codebase each time an IDP is added.
The text was updated successfully, but these errors were encountered: