Skip to content

Commit 321b158

Browse files
docs(auth): typo in authentication.rst (#19)
facebook login function name was "login_google" changed to "login_facebook
1 parent 36689e9 commit 321b158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ with **Facebook** preset as the provider to use.
229229
230230
# Example usage with Flask
231231
@auth.route('/login/facebook')
232-
def login_google():
232+
def login_facebook():
233233
return redirect(auth.authenticate_login_with_facebook())
234234
..
235235

0 commit comments

Comments
 (0)