mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
fix(auth): Don't use a persistent session for webview
This commit is contained in:
parent
985278e6e1
commit
35a8b1ab6e
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ export default class AuthenticatePage extends React.Component {
|
|||
render() {
|
||||
return (
|
||||
<div className="page authenticate">
|
||||
<webview ref="webview"></webview>
|
||||
<webview ref="webview" partition="in-memory-only"></webview>
|
||||
<div className={`webview-loading-spinner loading-${this.state.webviewLoading}`}>
|
||||
<RetinaImg
|
||||
style={{width: 20, height: 20}}
|
||||
|
|
Loading…
Reference in a new issue