Skip to content

Commit

Permalink
DXI-26587- Modify landing page for v3 Hub, so Signin goes to CH/v4 (#116
Browse files Browse the repository at this point in the history
)
  • Loading branch information
staware30 authored Jun 11, 2024
1 parent d129198 commit ba077db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/gmo-landing-page/gmo-landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default async function decorate(block) {
const host = location.origin;
const signInMsg = getSignInMsg(block);
const config = readBlockConfig(block);
const redirect = host + config?.mainpage;
const redirect = config?.redirect ?? (host + config?.mainpage);

block.innerHTML=`
<div class="video-background">
Expand Down

0 comments on commit ba077db

Please sign in to comment.