hi when i add providers from third party email auth i get error
ProviderInput(
config=ProviderConfig(
third_party_id="google",
clients=[
ProviderClientConfig(
client_id="1060725074195-kmeum4crr01uirfl2op9kd5acmi9jutn.apps.googleusercontent.com",
client_secret="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",
),
],
),
)
error:
raise ValueError("sign_up_feature must be of type InputSignUpFeature or None")
fastapi_backend-1 | ValueError: sign_up_feature must be of type InputSignUpFeature or None