Skip to content

Commit 0e254b8

Browse files
committed
format auth
1 parent 2eec800 commit 0e254b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/auth/src/exports_auth.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -681,9 +681,9 @@ fireauth.exportlib.exportFunction(
681681
'serviceProps': namespace,
682682
'instantiationMode': 'LAZY',
683683
'type': 'PUBLIC'
684-
}
684+
};
685685

686-
const authInteropComponent = { // provides Auth internal APIs
686+
const authInteropComponent = { // provides Auth internal APIs
687687
'name': 'auth-internal',
688688
'instanceFactory': function(container) {
689689
var auth = container['getProvider'](fireauth.exportlib.AUTH_TYPE)['getImmediate']();
@@ -699,10 +699,10 @@ fireauth.exportlib.exportFunction(
699699
'multipleInstances': false,
700700
'instantiationMode': 'LAZY',
701701
'type': 'PRIVATE'
702-
};
702+
};
703703

704-
firebase.INTERNAL.registerComponent(authComponent);
705-
firebase.INTERNAL.registerComponent(authInteropComponent);
704+
firebase.INTERNAL.registerComponent(authComponent);
705+
firebase.INTERNAL.registerComponent(authInteropComponent);
706706

707707
// Expose User as firebase.User.
708708
firebase.INTERNAL.extendNamespace({

0 commit comments

Comments
 (0)