mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
styling login page
This commit is contained in:
@@ -8,7 +8,7 @@ import { LoginComponent } from './accounts/login.component';
|
||||
import { VaultComponent } from './vault/vault.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: '', redirectTo: '/vault', pathMatch: 'full' },
|
||||
{ path: '', redirectTo: '/login', pathMatch: 'full' },
|
||||
{ path: 'login', component: LoginComponent },
|
||||
{ path: 'vault', component: VaultComponent },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user