updated demo to use the new login redirect
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import { HelloWorld } from './components/hello-world/hello-world';
|
||||
import { ProductView } from './components/product-view/product-view';
|
||||
import { Login } from './login/login';
|
||||
import { Login } from './login';
|
||||
import { AuthGuard } from './auth-guard';
|
||||
import { environment } from '../environments/environment';
|
||||
import { AddressList } from './components/address-list/address-list';
|
||||
|
||||
Reference in New Issue
Block a user