Skip to content

Commit

Permalink
remove duplicate route (#11034)
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-bw authored Sep 13, 2024
1 parent 96d116d commit b713e18
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/desktop/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@ const routes: Routes = [
path: "",
component: AnonLayoutWrapperComponent,
children: [
{
path: "hint",
component: PasswordHintComponent,
data: {
pageTitle: "requestPasswordHint",
pageSubtitle: "enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou",
},
},
{
path: "signup",
canActivate: [canAccessFeature(FeatureFlag.EmailVerification), unauthGuardFn()],
Expand Down

0 comments on commit b713e18

Please sign in to comment.