We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d5025 commit ffc834cCopy full SHA for ffc834c
source/views/settings/sections/login-token.js
@@ -19,7 +19,7 @@ class TokenLoginSection extends React.Component {
19
}
20
21
logIn = () => {
22
- this.props.navigation.push('SISLoginView', {
+ this.props.navigation.navigate('SISLoginView', {
23
onLoginComplete: this.props.logIn,
24
})
25
0 commit comments