mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
password hint page
This commit is contained in:
@@ -4,6 +4,7 @@ import {
|
||||
Routes,
|
||||
} from '@angular/router';
|
||||
|
||||
import { HintComponent } from './accounts/hint.component';
|
||||
import { LoginComponent } from './accounts/login.component';
|
||||
import { RegisterComponent } from './accounts/register.component';
|
||||
import { VaultComponent } from './vault/vault.component';
|
||||
@@ -13,6 +14,7 @@ const routes: Routes = [
|
||||
{ path: 'login', component: LoginComponent },
|
||||
{ path: 'register', component: RegisterComponent },
|
||||
{ path: 'vault', component: VaultComponent },
|
||||
{ path: 'hint', component: HintComponent },
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user