remove log
This commit is contained in:
parent
1539f2eb50
commit
961f01a91e
@ -18,7 +18,6 @@ export class AuthService {
|
|||||||
|
|
||||||
constructor(private afAuth: AngularFireAuth, private router: Router, private db: AngularFirestore) {
|
constructor(private afAuth: AngularFireAuth, private router: Router, private db: AngularFirestore) {
|
||||||
this.user.subscribe(user => {
|
this.user.subscribe(user => {
|
||||||
console.log(user, user instanceof Object);
|
|
||||||
this.authenticated = user instanceof Object
|
this.authenticated = user instanceof Object
|
||||||
});
|
});
|
||||||
this.afAuth.user.pipe(
|
this.afAuth.user.pipe(
|
||||||
|
Loading…
Reference in New Issue
Block a user