[UXP-10] dynamic recaptcha versions and modes

This commit is contained in:
Sufiyan Shaikh
2022-08-16 20:38:48 +05:30
parent fcad492a25
commit e295dccc8a
14 changed files with 262 additions and 25 deletions

View File

@@ -293,6 +293,7 @@ import { BrowserOnlyPipe } from './utils/browser-only.pipe';
import { ThemedLoadingComponent } from './loading/themed-loading.component';
import { PersonPageClaimButtonComponent } from './dso-page/person-page-claim-button/person-page-claim-button.component';
import { SearchExportCsvComponent } from './search/search-export-csv/search-export-csv.component';
import { GoogleRecaptchaModule } from '../core/google-recaptcha/google-recaptcha.module';
const MODULES = [
CommonModule,
@@ -313,7 +314,8 @@ const MODULES = [
NouisliderModule,
MomentModule,
DragDropModule,
CdkTreeModule
CdkTreeModule,
GoogleRecaptchaModule
];
const ROOT_MODULES = [