File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/auth/src/core/auth Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export function connectAuthEmulator(
8383 // once Auth has started to make network requests.
8484 _assert (
8585 deepEqual ( emulator , authInternal . config . emulator ) &&
86- deepEqual ( emulatorConfig , authInternal . emulatorConfig ) ,
86+ deepEqual ( emulatorConfig , authInternal . emulatorConfig ) ,
8787 authInternal ,
8888 AuthErrorCode . EMULATOR_CONFIG_FAILED
8989 ) ;
@@ -164,8 +164,8 @@ function emitEmulatorWarning(): void {
164164 if ( typeof console !== 'undefined' && typeof console . info === 'function' ) {
165165 console . info (
166166 'WARNING: You are using the Auth Emulator,' +
167- ' which is intended for local testing only. Do not use with' +
168- ' production credentials.'
167+ ' which is intended for local testing only. Do not use with' +
168+ ' production credentials.'
169169 ) ;
170170 }
171171 if ( typeof window !== 'undefined' && typeof document !== 'undefined' ) {
You can’t perform that action at this time.
0 commit comments