Skip to content

Commit b6e9a9e

Browse files
committed
Remove unused method
1 parent 94d1913 commit b6e9a9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/auth/src/core/auth/firebase_internal.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ export class AuthInterop implements FirebaseAuthInternal {
9595
);
9696
}
9797

98-
private assertRegionalAuthConfigured(): void {
99-
_assert(this.auth.tenantConfig, AuthErrorCode.OPERATION_NOT_ALLOWED);
100-
}
101-
10298
private updateProactiveRefresh(): void {
10399
if (this.internalListeners.size > 0) {
104100
this.auth._startProactiveRefresh();

0 commit comments

Comments
 (0)