1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

remove duplicate route (#11034)

This commit is contained in:
rr-bw
2024-09-13 10:46:31 -07:00
committed by GitHub
parent 96d116d643
commit b713e18b1a

View File

@@ -155,14 +155,6 @@ const routes: Routes = [
path: "", path: "",
component: AnonLayoutWrapperComponent, component: AnonLayoutWrapperComponent,
children: [ children: [
{
path: "hint",
component: PasswordHintComponent,
data: {
pageTitle: "requestPasswordHint",
pageSubtitle: "enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou",
},
},
{ {
path: "signup", path: "signup",
canActivate: [canAccessFeature(FeatureFlag.EmailVerification), unauthGuardFn()], canActivate: [canAccessFeature(FeatureFlag.EmailVerification), unauthGuardFn()],