We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67da5a8 commit 1d26f79Copy full SHA for 1d26f79
1 file changed
packages/javascript/src/api/getBrandingPreference.ts
@@ -172,7 +172,7 @@ const getBrandingPreference = async ({
172
}
173
174
let platformConsoleGuidance: string;
175
- if (platform === Platform.Asgardeo || platform === Platform.AsgardeoV2) {
+ if (platform === Platform.Asgardeo) {
176
platformConsoleGuidance = 'configure branding preferences in the Asgardeo console';
177
} else if (platform === Platform.IdentityServer) {
178
platformConsoleGuidance = 'configure branding preferences in the WSO2 Identity Server console';
0 commit comments