Fixed logout page view

This commit is contained in:
Giuseppe Digilio
2018-05-03 19:53:06 +02:00
parent c8a1fe0860
commit 2c938571b3
5 changed files with 21 additions and 38 deletions

View File

@@ -26,6 +26,7 @@ import { NativeWindowRef, NativeWindowService } from '../../shared/services/wind
import { REQUEST } from '@nguniversal/express-engine/tokens';
export const LOGIN_ROUTE = '/login';
export const LOGOUT_ROUTE = '/logout';
export const REDIRECT_COOKIE = 'dsRedirectUrl';