We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac98914 commit 082c696Copy full SHA for 082c696
packages-exp/auth-exp/src/core/auth/auth_impl.ts
@@ -574,7 +574,7 @@ function emitEmulatorWarning(disableBanner: boolean): void {
574
const el = document.createElement('p');
575
const sty = el.style;
576
el.innerText =
577
- 'Running in emulator mode. Do not use with' + ' production credentials.';
+ 'Running in emulator mode. Do not use with production credentials.';
578
sty.position = 'fixed';
579
sty.width = '100%';
580
sty.backgroundColor = '#ffffff';
0 commit comments