Skip to content
Snippets Groups Projects
Verified Commit 54aab63f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[OAuth] Re-introduce algorithm field to OAuth app form

parent 251d8768
No related branches found
No related tags found
1 merge request!798Resolve "[OAuth] Application form missing algorithm field"
......@@ -746,6 +746,7 @@ class OAuthApplicationForm(forms.ModelForm):
"client_id",
"client_secret",
"client_type",
"algorithm",
"allowed_scopes",
"redirect_uris",
"skip_authorization",
......
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