fix(auth): Add partition back to webview

This commit is contained in:
Ben Gotow 2016-11-03 17:42:20 -07:00
parent dbc5a97cdd
commit be3d2f0b44

View file

@ -152,7 +152,7 @@ export default class AuthenticatePage extends React.Component {
render() {
return (
<div className="page authenticate">
<webview ref="webview" />
<webview ref="webview" is partition="in-memory-only" />
<div className={`webview-loading-spinner loading-${this.state.webviewLoading}`}>
<RetinaImg
style={{width: 20, height: 20}}