diff --git a/apps/documenteditor/mobile/src/view/settings/DocumentProtection.jsx b/apps/documenteditor/mobile/src/view/settings/DocumentProtection.jsx index 7769c0d62a..5f5d67d43b 100644 --- a/apps/documenteditor/mobile/src/view/settings/DocumentProtection.jsx +++ b/apps/documenteditor/mobile/src/view/settings/DocumentProtection.jsx @@ -54,34 +54,26 @@ const ProtectionDocumentView = inject("storeAppOptions")(observer(props => { }} /> - {isRequirePassword && <> - {Device.android ? - - changePassword(e.target.value)} /> - changeRepeationPassword(e.target.value)} /> - - : - - changePassword(e.target.value)} - className={isIos ? 'list-input-right' : ''} - /> - changeRepeationPassword(e.target.value)} - className={isIos ? 'list-input-right' : ''} - /> - - } + + changePassword(e.target.value)} + className={isIos ? 'list-input-right' : ''} + /> + changeRepeationPassword(e.target.value)} + className={isIos ? 'list-input-right' : ''} + /> +

If the password is forgotten or lost, it cannot be recovered.