From b38b7064220b2ee96aa598f63e45a54ee5a921be Mon Sep 17 00:00:00 2001 From: Nelson Matias Date: Fri, 1 Nov 2024 17:04:05 +0000 Subject: [PATCH] Signed commit --- .../code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/set-absolute-and-idle-timeout-based-on-organization-connection-or-application-metadata-POST_LOGIN/code.js b/templates/set-absolute-and-idle-timeout-based-on-organization-connection-or-application-metadata-POST_LOGIN/code.js index ac50bf4..a5b6366 100644 --- a/templates/set-absolute-and-idle-timeout-based-on-organization-connection-or-application-metadata-POST_LOGIN/code.js +++ b/templates/set-absolute-and-idle-timeout-based-on-organization-connection-or-application-metadata-POST_LOGIN/code.js @@ -6,7 +6,7 @@ const IDLE_LIFETIME_FIELD = 'idle_lifetime'; const ABSOLUTE_LIFETIME_FIELD = 'absolute_lifetime'; /** - * Handler that will be called during the execution of a PostLogin flow. + * Handler that will be called during the execution of a PostLogin flow * * @param {Event} event - Details about the user and the context in which they are logging in. * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.