Skip to content
Snippets Groups Projects
Commit b8e5bdb4 authored by Mart van Santen's avatar Mart van Santen
Browse files

Typo fix

parent ae348b60
No related branches found
No related tags found
1 merge request!103Resolve "Allow deletion of apps"
Pipeline #38557 passed with stages
in 6 minutes and 19 seconds
......@@ -114,7 +114,7 @@ class App(db.Model):
for role in self.roles:
db.session.delete(role)
# Delete all related ouathclients
# Delete all related oauthclients
for auth in self.oauthclients:
db.session.delete(auth)
db.session.commit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment