Skip to content

Commit

Permalink
Merge pull request #3 from ThaminduR/change-category
Browse files Browse the repository at this point in the history
Change connector category to Login Security
  • Loading branch information
ThaminduR authored Jan 10, 2025
2 parents 96e5f42 + 94ebf9f commit 93bd652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"labels": ["RBA"],
"releases": [
{
"tagName": "v1.0.0",
"tagName": "v1.0.1",
"products": [
"IS 7.0.0"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private Constants() {
public static final String SIFT_API_KEY_PROP_DESC = "API key of the Sift account.";
public static final String CONNECTOR_NAME = "sift-configuration";
public static final String CONNECTOR_FRIENDLY_NAME = "Sift Configuration";
public static final String CONNECTOR_CATEGORY = "Other Settings";
public static final String CONNECTOR_CATEGORY = "Login Security";
public static final String CONNECTOR_SUB_CATEGORY = "DEFAULT";
public static final int CONNECTOR_ORDER = 0;

Expand Down

0 comments on commit 93bd652

Please sign in to comment.