Skip to content

Commit

Permalink
Tweak logout so the webView stays open. Until the user is completed l…
Browse files Browse the repository at this point in the history
…ogging out.
  • Loading branch information
wdamien committed Aug 1, 2018
1 parent e5b72fc commit 3f1ac18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webauth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ export default class WebAuth {
}
const { client, agent } = this
const logoutUrl = client.logoutUrl(options)
return agent.openWeb(logoutUrl, true)
return agent.openWeb(logoutUrl, false)
}
}

0 comments on commit 3f1ac18

Please sign in to comment.