Renames oauth to authDataManager in src

This commit is contained in:
Florent Vilmart
2016-03-10 09:48:02 -05:00
parent 54d154f7aa
commit 9c5f14981e
15 changed files with 8 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ describe('rest create', () => {
it('handles no anonymous users config', (done) => {
var NoAnnonConfig = Object.assign({}, config);
NoAnnonConfig.oauth.setEnableAnonymousUsers(false);
NoAnnonConfig.authDataManager.setEnableAnonymousUsers(false);
var data1 = {
authData: {
anonymous: {