Skip to content

Commit d1992ad

Browse files
committed
Bookmark todo
1 parent b3e4af8 commit d1992ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ export class AuthImpl implements AuthInternal, _FirebaseService {
528528
* should only be called from within a queued callback. This is necessary
529529
* because the queue shouldn't rely on another queued callback.
530530
*/
531+
// TODO: Find where this is called and see if we can run the middleware before it
531532
private async directlySetCurrentUser(
532533
user: UserInternal | null
533534
): Promise<void> {

0 commit comments

Comments
 (0)