1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()],