1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

ui elements for add cipher

This commit is contained in:
Kyle Spearrin
2018-01-25 16:15:47 -05:00
parent 8840f07032
commit f5459f4c85
5 changed files with 323 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ import { LoginComponent } from './accounts/login.component';
import { VaultComponent } from './vault/vault.component';
const routes: Routes = [
{ path: '', redirectTo: '/login', pathMatch: 'full' },
{ path: '', redirectTo: '/vault', pathMatch: 'full' },
{ path: 'login', component: LoginComponent },
{ path: 'vault', component: VaultComponent },
];