mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
remove duplicate route (#11034)
This commit is contained in:
parent
96d116d643
commit
b713e18b1a
@ -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()],
|
||||
|
Loading…
Reference in New Issue
Block a user