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

route to previous url after unlock

This commit is contained in:
Kyle Spearrin
2018-06-09 22:40:53 -04:00
parent 7ebd18b00d
commit 5db9e9531f
5 changed files with 47 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ import { FormsModule } from '@angular/forms';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { ServicesModule } from './services.module';
import { ServicesModule } from './services/services.module';
import { AppComponent } from './app.component';
import { ModalComponent } from './modal.component';