Update src/components/views/auth/InteractiveAuthEntryComponents.js

Co-Authored-By: David Baker <dbkr@users.noreply.github.com>
pull/21833/head
Travis Ralston 2020-03-31 08:29:42 -06:00 committed by GitHub
parent d899576578
commit 4a9bc5e5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ export class SSOAuthEntry extends React.Component {
onStartAuthClick = () => { onStartAuthClick = () => {
// Note: We don't use PlatformPeg's startSsoAuth functions because we almost // Note: We don't use PlatformPeg's startSsoAuth functions because we almost
// certainly will need to open the thing in a new tab to avoid loosing application // certainly will need to open the thing in a new tab to avoid losing application
// context. // context.
window.open(this.state.ssoUrl, '_blank'); window.open(this.state.ssoUrl, '_blank');