Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AuthWrapperComponent replacable in account module #7989

Closed
mtozlu opened this issue Mar 8, 2021 · 0 comments · Fixed by #7990
Closed

Make AuthWrapperComponent replacable in account module #7989

mtozlu opened this issue Mar 8, 2021 · 0 comments · Fixed by #7990

Comments

@mtozlu
Copy link
Contributor

mtozlu commented Mar 8, 2021

Account module is coming back after #7842 is merged.
Currently, all components are replacable in account module, except for AuthWrapperComponent.
I think it should be replacable too.

{
  path: '',
  component: ReplaceableRouteContainerComponent,
  data: {
    replaceableComponent: {
      key: eAccountComponents.AuthWrapper,
      defaultComponent: AuthWrapperComponent,
    } as ReplaceableComponents.RouteData<AuthWrapperComponent>,
  },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants