Fix file name in providers section

This commit is contained in:
Chafik
2019-10-10 22:13:09 -07:00
committed by Iain Collins
parent f52ccae5a5
commit 40d5c25bf1

View File

@@ -210,7 +210,7 @@ You can use any combination of authentication methods (email, credentials, oAuth
### next-auth.providers.js
Configuration for oAuth providers are defined in **next-auth.functions.js**
Configuration for oAuth providers are defined in **next-auth.providers.js**
It includes configuration examples for Facebook, Google and Twitter oAuth, which can easily be copied and replicated to add support for signing in other oAuth providers.