don't throw here
This commit is contained in:
parent
7d4e498257
commit
792a7b3953
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export default class SetupEncryptionBody extends React.Component {
|
|||
const Spinner = sdk.getComponent('views.elements.Spinner');
|
||||
return <Spinner />;
|
||||
} else {
|
||||
throw new Error(`Unknown phase ${phase}`);
|
||||
console.log(`SetupEncryptionBody: Unknown phase ${phase}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue