Skip to content

Commit 4cfd7aa

Browse files
authored
Merge pull request #4477 from ashanthamara/4.10.x-kernel
Add constant for update user claims workflow
2 parents 6a515c1 + 2d868de commit 4cfd7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/UserCoreConstants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ public static final class ErrorCode {
306306
public static final String INVALID_CREDENTIAL = "17002";
307307
public static final String USER_IS_LOCKED = "17003";
308308
public static final String USER_DELETION_WORKFLOW_CREATED = "17004";
309+
public static final String USER_CLAIMS_UPDATE_WORKFLOW_CREATED = "17005";
309310

310311
}
311312
}

0 commit comments

Comments
 (0)