Fix auth manager constructor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class AuthManager extends SFAuthManager {
|
||||
|
||||
constructor(modelManager, singletonManager, storageManager, dbManager, httpManager, $rootScope, $timeout, $compile) {
|
||||
super(storageManager, httpManager, $timeout);
|
||||
super(storageManager, httpManager, null, $timeout);
|
||||
this.$rootScope = $rootScope;
|
||||
this.$compile = $compile;
|
||||
this.modelManager = modelManager;
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "standard-notes",
|
||||
"name": "standard-notes-web",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
Reference in New Issue
Block a user