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:
@@ -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()],
|
||||||
|
|||||||
Reference in New Issue
Block a user