Skip to content

Commit

Permalink
Update ms_entra.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CLiX-1 committed Dec 21, 2024
1 parent 596c7e5 commit c1c96d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entra/rulesets/ms_entra.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
DictElement,
Dictionary,
FieldSize,
InputHint,
MultipleChoice,
MultipleChoiceElement,
Password,
Expand Down Expand Up @@ -169,7 +170,7 @@ def _parameter_form_special_agent_ms_entra() -> Dictionary:
"monitored. The default timeout is 10s."
),
displayed_magnitudes=[TimeMagnitude.SECOND],
prefill=DefaultValue(10.0),
prefill=InputHint(10.0),
custom_validate=[
NumberInRange(
min_value=3,
Expand Down

0 comments on commit c1c96d2

Please sign in to comment.