mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-09-02 09:39:06 +02:00
linters
This commit is contained in:
@@ -163,7 +163,7 @@ class ScopesView(LoginRequiredMixin, TemplateView):
|
||||
|
||||
from oauth2_provider.models import Application
|
||||
from .scopes import PermissionScopes
|
||||
|
||||
|
||||
oidc = False
|
||||
context["scopes"] = {}
|
||||
for app in Application.objects.filter(user=self.request.user).all():
|
||||
|
Reference in New Issue
Block a user