Make authstorage configurable

This commit is contained in:
Willem Dantuma
2020-01-22 11:33:33 +01:00
parent e8845a092a
commit 3f27662e3f
5 changed files with 51 additions and 8 deletions

View File

@@ -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({