We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27c6425 + f5e411a commit eaa51a8Copy full SHA for eaa51a8
1 file changed
docs/client/flask.rst
@@ -108,7 +108,7 @@ Routes for Authorization
108
Unlike the examples in :ref:`frameworks_clients`, Flask does not pass a ``request``
109
into routes. In this case, the routes for authorization should look like::
110
111
- from flask import url_for, render_template
+ from flask import url_for, redirect
112
113
@app.route('/login')
114
def login():
0 commit comments