Skip to content

Commit c553d99

Browse files
committed
Added back emulator banner change
1 parent 3d0a24f commit c553d99

File tree

1 file changed

+2
-0
lines changed
  • packages/auth/src/platform_browser

1 file changed

+2
-0
lines changed

packages/auth/src/platform_browser/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ export function getAuth(app: FirebaseApp = getApp()): Auth {
114114
const authEmulatorHost = getDefaultEmulatorHost('auth');
115115
if (authEmulatorHost) {
116116
connectAuthEmulator(auth, `http://${authEmulatorHost}`);
117+
} else {
118+
updateEmulatorBanner('Auth', false);
117119
}
118120

119121
return auth;

0 commit comments

Comments
 (0)