Done ticket GEPAFINBE-190 Updated the password handling code for login odessa api and for all other api's.

This commit is contained in:
piyushkag
2025-03-20 19:53:25 +05:30
parent a5aba8733c
commit 367f4956ce
4 changed files with 134 additions and 48 deletions

View File

@@ -496,6 +496,9 @@ public class GepafinConstant {
public static final String PDF_TRUE="PDF_TRUE";
public static final String PDF_FALSE="PDF_FALSE";
public static final String PASSWORD_EXPIRED = "PasswordExpired";
public static final String PASSWORD_EXPIRED_LOGIN_TO_ODESSA = "password.expired.for.login.to.odessa";
}