Make authstorage configurable
This commit is contained in:
@@ -41,6 +41,7 @@ import {IUser} from './models/user';
|
||||
import * as commonActions from './actions/app-common.actions';
|
||||
import * as commonReducers from './reducers/app-common.reducer';
|
||||
import * as commonEffects from './effects/app-common.effects';
|
||||
import { SecureOAuthStorage} from './shared/secureOAuthStorage';
|
||||
|
||||
export {
|
||||
SafePipe,
|
||||
@@ -67,7 +68,8 @@ export {
|
||||
commonReducers,
|
||||
IAuthconfigFactory,
|
||||
AuthConfigFactory,
|
||||
MenuBackgroundComponent
|
||||
MenuBackgroundComponent,
|
||||
SecureOAuthStorage
|
||||
};
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user