Skip to content

Commit 7ae18ea

Browse files
Update packages/core/src/auth/index.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 410e99e commit 7ae18ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/auth/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ export {
2222
export { Auth } from './auth'
2323
export { CredentialsStore } from './credentials/store'
2424
export { LoginManager } from './deprecated/loginManager'
25-
export { builderIdStartUrl, builderIdRegion } from './sso/constants'
25+
export * as constants from './sso/constants'
2626
export * as authUtils from './utils'
2727
export * as auth2 from './auth2'

0 commit comments

Comments
 (0)