Login/Auth and pariticipate. Telegram auth (wip)
This commit is contained in:
parent
91b4197b04
commit
4227389a67
14 changed files with 161 additions and 48 deletions
|
|
@ -20,7 +20,10 @@ class FireSubscription extends React.Component {
|
|||
zoom: this.props.zoom,
|
||||
distance: this.props.distance
|
||||
};
|
||||
// console.log(this.props.location.state);
|
||||
if (props.location) {
|
||||
console.log(props.location.state);
|
||||
}
|
||||
console.log(this.state);
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue