stages/consent: fix wrong widget for expire
This commit is contained in:
parent
d7f54ce5d5
commit
3c4ff65a01
|
@ -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 a new issue