feat: allow welcome page to load for embedded experience (#944)

This commit is contained in:
Zainab Amir
2023-06-15 15:46:34 +05:00
committed by GitHub
parent d41c06b1fd
commit 5edcee9eb9
13 changed files with 159 additions and 93 deletions

View File

@@ -22,9 +22,8 @@ import {
import messages from '../common-components/messages';
import { LOGIN_PAGE, REGISTER_PAGE } from '../data/constants';
import {
getTpaHint, getTpaProvider, updatePathWithQueryParams,
getTpaHint, getTpaProvider, isRegistrationEmbedded, updatePathWithQueryParams,
} from '../data/utils';
import { isRegistrationEmbedded } from '../data/utils/dataUtils';
import { LoginPage } from '../login';
import { RegistrationPage } from '../register';
import { backupRegistrationForm } from '../register/data/actions';