mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Add bug for removing temporary srceen
This commit is contained in:
parent
822762f014
commit
b98058fc3c
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||
// click the button are aware they're making a change to their account.
|
||||
// Once we're confident enough in this (and it's supported enough) we can do
|
||||
// it automatically.
|
||||
// https://github.com/vector-im/riot-web/issues/11696
|
||||
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
|
||||
return <div>
|
||||
<p>{_t(
|
||||
|
|
Loading…
Reference in a new issue