Skip to content

Commit c0d614d

Browse files
committed
fix: Update OAuth implementation 1
1 parent 9544846 commit c0d614d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/contentstack/cms/models/OAuthConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public String getFormattedAuthorizationEndpoint() {
7474
hostname = hostname.replace("api", "app");
7575
}
7676

77-
return "https://" + hostname + "/#!/apps/oauth/authorize";
77+
return "https://" + hostname + "/apps/oauth/authorize";
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)