Skip to content

Commit 1d26f79

Browse files
Refine platform-specific guidance in getBrandingPreference for Asgardeo
1 parent 67da5a8 commit 1d26f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/javascript/src/api/getBrandingPreference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const getBrandingPreference = async ({
172172
}
173173

174174
let platformConsoleGuidance: string;
175-
if (platform === Platform.Asgardeo || platform === Platform.AsgardeoV2) {
175+
if (platform === Platform.Asgardeo) {
176176
platformConsoleGuidance = 'configure branding preferences in the Asgardeo console';
177177
} else if (platform === Platform.IdentityServer) {
178178
platformConsoleGuidance = 'configure branding preferences in the WSO2 Identity Server console';

0 commit comments

Comments
 (0)