Switch to Flask-OpenID 1.0
This commit is contained in:
parent
04adbbe862
commit
6ac44a157e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ app.debug = config.DEBUG
|
|||
app.secret_key = config.SECRET_KEY
|
||||
|
||||
from flask_website.openid_auth import DatabaseOpenIDStore
|
||||
oid = OpenID(store_factory=DatabaseOpenIDStore)
|
||||
oid = OpenID(app, store_factory=DatabaseOpenIDStore)
|
||||
|
||||
|
||||
@app.errorhandler(404)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue