From 54aab63f7f2dd278518f0d00462f5d549f59f678 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 1 Dec 2021 15:52:04 +0100 Subject: [PATCH] [OAuth] Re-introduce algorithm field to OAuth app form --- aleksis/core/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aleksis/core/forms.py b/aleksis/core/forms.py index 66275fc6d..7ea513368 100644 --- a/aleksis/core/forms.py +++ b/aleksis/core/forms.py @@ -746,6 +746,7 @@ class OAuthApplicationForm(forms.ModelForm): "client_id", "client_secret", "client_type", + "algorithm", "allowed_scopes", "redirect_uris", "skip_authorization", -- GitLab