Skip to content

Commit ffc834c

Browse files
authored
call navigation.navigate in login-token
1 parent 46d5025 commit ffc834c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/settings/sections/login-token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TokenLoginSection extends React.Component {
1919
}
2020

2121
logIn = () => {
22-
this.props.navigation.push('SISLoginView', {
22+
this.props.navigation.navigate('SISLoginView', {
2323
onLoginComplete: this.props.logIn,
2424
})
2525
}

0 commit comments

Comments
 (0)