Skip to content

Commit

Permalink
Merge pull request #2098 from ORCID/feature/register2
Browse files Browse the repository at this point in the history
Feature/register2
  • Loading branch information
leomendoza123 authored Nov 28, 2023
2 parents cfecec0 + 73097d8 commit 917a097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const routes: Routes = [
canMatch: [RegisterTogglGuard],
canActivateChild: [LanguageGuard, RegisterGuard],
loadChildren: () => {
return localStorage.getItem('REGISTRATION_2_0') !== 'enable'
return localStorage.getItem('REGISTRATION_2_0') !== 'enabled'
? import('./register/register.module').then(
(m) => m.RegisterModuleLegacy
)
Expand Down

0 comments on commit 917a097

Please sign in to comment.