Skip to content

Commit f27daad

Browse files
Merge pull request #54 from feathers-plus/revert-53-patch-3
Revert "Export initAuth from index"
2 parents 004ba97 + 23e8c54 commit f27daad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import setupServiceModule from './service-module/service-module'
33
import setupAuthModule from './auth-module/auth-module'
44
import _merge from 'lodash.merge'
55
import _cloneDeep from 'lodash.clonedeep'
6-
import { normalizePath, makeConfig, initAuth } from './utils'
6+
import { normalizePath, makeConfig } from './utils'
77

88
const defaultOptions = {
99
idField: 'id', // The field in each record that will contain the id
@@ -20,8 +20,6 @@ const defaultOptions = {
2020
}
2121
}
2222

23-
export { initAuth }
24-
2523
export default function (clientOrStore, options = {}, modules = {}) {
2624
var theClone = _cloneDeep(defaultOptions)
2725
options = _merge(theClone, options)

0 commit comments

Comments
 (0)