fd
This commit is contained in:
parent
7978ba9309
commit
a7d9fa3902
27 changed files with 144 additions and 249 deletions
|
@ -63,8 +63,6 @@ def delete_oauth_app(v, aid):
|
|||
for auth in g.db.query(ClientAuth).filter_by(oauth_client=app.id).all():
|
||||
g.db.delete(auth)
|
||||
|
||||
g.db.commit()
|
||||
|
||||
g.db.delete(app)
|
||||
|
||||
return redirect('/apps')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue