We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b83a7 commit 01c732dCopy full SHA for 01c732d
roles/stepuptiqr/templates/parameters.yaml.j2
@@ -34,6 +34,10 @@ parameters:
34
35
mobile_app_user_agent_pattern: "/^.*$/"
36
37
+ # Whether the trusted_device cookie is checked
38
+ # The cookies is always set when appropriate
39
+ trusted_device_enforcement_enabled: false
40
+
41
# The lifetime of the trusted device in seconds
42
# For example, 30 days is 2592000 seconds
43
trusted_device_cookie_lifetime: 2592000
0 commit comments