Update login.js

This commit is contained in:
Hüseyin TERKİR 2018-09-21 12:53:46 +03:00 committed by GitHub
parent 632193acc6
commit 731b2ec138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,21 +117,17 @@ class LoginPage extends Component {
}
loginwithSc2 = () => {
Navigation.showModal({
stack: {
children: [{
component: {
name: "navigation.eSteem.SteemConnect",
passProps: {},
options: {
topBar: {
title: {
text: "Login via SC2"
}
}
}
}
}]
Navigation.push(this.props.componentId, {
component: {
name: "navigation.eSteem.SteemConnect",
passProps: {},
options: {
topBar: {
title: {
text: "Login via SC2"
}
}
}
}
});
}