feat: allow welcome page to load for embedded experience (#944)
This commit is contained in:
@@ -8,7 +8,7 @@ import { Route } from 'react-router-dom';
|
||||
import {
|
||||
DEFAULT_REDIRECT_URL, REGISTER_PAGE,
|
||||
} from '../data/constants';
|
||||
import { isRegistrationEmbedded } from '../data/utils/dataUtils';
|
||||
import { isRegistrationEmbedded } from '../data/utils';
|
||||
|
||||
/**
|
||||
* This wrapper redirects the requester to our default redirect url if they are
|
||||
|
||||
Reference in New Issue
Block a user