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

@@ -33,7 +33,7 @@ export class Config {
this.pushController = cacheInfo.pushController;
this.loggerController = cacheInfo.loggerController;
this.userController = cacheInfo.userController;
this.oauth = cacheInfo.oauth;
this.authDataManager = cacheInfo.authDataManager;
this.customPages = cacheInfo.customPages || {};
this.mount = mount;
}