Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(REALM): export REALM env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
corinnekrych authored and joshuawilson committed May 18, 2017
1 parent 52f4143 commit 7df5394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { LoginModule } from './login.module';

export { REALM } from './src/app/shared/realm-token';
export { AUTH_API_URL } from './src/app/shared/auth-api';
export { SSO_API_URL } from './src/app/shared/sso-api';
export { AlmUserName } from './src/app/user/alm-user-name.pipe';
Expand Down

0 comments on commit 7df5394

Please sign in to comment.