Fixed a lot of permissions
This commit is contained in:
@ -11,7 +11,7 @@ import { map, share } from 'rxjs/operators';
|
||||
export class HomeComponent implements OnInit {
|
||||
public user: Observable<string>;
|
||||
|
||||
constructor(private auth: AuthService) {
|
||||
constructor(public auth: AuthService) {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user