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