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

Typo in comment fixed

parent c3201d95
No related branches found
No related tags found
1 merge request!103Resolve "Allow deletion of apps"
Pipeline #38556 passed with stages
in 6 minutes and 20 seconds
......@@ -114,7 +114,7 @@ class App(db.Model):
for role in self.roles:
db.session.delete(role)
# Delete all related oathclient entries
# Delete all related ouathclients
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