mirror of
https://github.com/ascribe/onion.git
synced 2025-01-21 02:01:56 +01:00
fix: ikonotv redirect to collection if logged in
This commit is contained in:
parent
19f94110b7
commit
2dda22d848
@ -34,7 +34,7 @@ let IkonotvLanding = React.createClass({
|
||||
|
||||
getEnterButton() {
|
||||
let redirect = 'login';
|
||||
console.log(this.state)
|
||||
|
||||
if(this.state.currentUser && this.state.currentUser.email) {
|
||||
redirect = 'pieces';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user