Skip to content
Snippets Groups Projects
Verified Commit 1c9f193c authored by Mark's avatar Mark
Browse files

Fix typo

parent 8508bd72
No related branches found
No related tags found
1 merge request!4Change consent provider backend to graphql
Pipeline #309 passed with stage
in 1 minute and 26 seconds
......@@ -31,7 +31,7 @@ class User():
self.email = data["email"]
def has_app_permission(self, appname):
return appname in self.applicaions
return appname in self.applications
def get_oauth_session(self):
return {
......
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