1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

vault flex layout

This commit is contained in:
Kyle Spearrin
2018-01-20 23:45:22 -05:00
parent 98552c8124
commit d90d26dcb6
4 changed files with 174 additions and 4 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 },
];