mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 16:38:22 +03:00
Removed delete account button from profile page
no issue - Cleanup: We currently don't have any functionality hooked to delete account button
This commit is contained in:
parent
503cb53f4f
commit
f0d6320da9
@ -46,10 +46,15 @@ export default class AccountProfilePage extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
renderDeleteAccountButton() {
|
||||
return (
|
||||
<div style={{cursor: 'pointer', color: 'red'}} role='button'> Delete Account </div>
|
||||
);
|
||||
}
|
||||
|
||||
renderAccountFooter() {
|
||||
return (
|
||||
<div style={{display: 'flex', padding: '0 24px', marginTop: '12px', color: this.context.brandColor, fontWeight: 'bold', fontSize: '13px', alignItems: 'center'}}>
|
||||
<div style={{cursor: 'pointer', color: 'red'}} role='button'> Delete Account </div>
|
||||
<div style={{display: 'flex', flexGrow: 1, justifyContent: 'flex-end'}}>
|
||||
{this.renderSaveButton()}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user