stages/consent: fix wrong widget for expire
This commit is contained in:
@ -17,4 +17,5 @@ class ConsentStageForm(forms.ModelForm):
|
||||
fields = ["name", "mode", "consent_expire_in"]
|
||||
widgets = {
|
||||
"name": forms.TextInput(),
|
||||
"consent_expire_in": forms.TextInput(),
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# authentik Proxy
|
||||
# authentik outpost
|
||||
|
||||
[](https://dev.azure.com/beryjuorg/authentik/_build?definitionId=3)
|
||||

|
||||
|
||||
Reference in New Issue
Block a user