From 62b53a782470a34e63282723eef3f0ccfc10d373 Mon Sep 17 00:00:00 2001 From: Hasanthi Dissanayake Date: Mon, 27 Nov 2023 11:14:28 +0530 Subject: [PATCH] Minor modification --- .../application/authenticator/totp/TOTPAuthenticator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/authenticator/src/main/java/org/wso2/carbon/identity/application/authenticator/totp/TOTPAuthenticator.java b/component/authenticator/src/main/java/org/wso2/carbon/identity/application/authenticator/totp/TOTPAuthenticator.java index 544b11adc..3194018cb 100644 --- a/component/authenticator/src/main/java/org/wso2/carbon/identity/application/authenticator/totp/TOTPAuthenticator.java +++ b/component/authenticator/src/main/java/org/wso2/carbon/identity/application/authenticator/totp/TOTPAuthenticator.java @@ -951,7 +951,7 @@ private TOTPAuthenticatorCredentials getTotpAuthenticator(AuthenticationContext * @param token TOTP Token which needs to be validated * @param context Authentication context * @return true if token is valid otherwise false - * @throws TOTPException If an error occurred while validating token. + * @throws TOTPException If an error occurred while validating token */ private boolean isValidTokenFederatedUser(int token, AuthenticationContext context) throws TOTPException {