Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 0c8525e

Browse files
committed
Provide callback to updateExpression in custom login case
1 parent f94b8a5 commit 0c8525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angularFire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ angular.module("firebase").factory("angularFireAuth", [
456456
// Initialize user authentication state to `null`.
457457
this._ref = new Firebase(url);
458458
if (options.simple === false) {
459-
updateExpression(this._scope, this._name, null);
459+
updateExpression(this._scope, this._name, null, function() {});
460460
return;
461461
}
462462

0 commit comments

Comments
 (0)