mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Removed unused from address confirmation modal component
no issue - email send confirmation and instructions are shown inline rather than a modal meaning this component wasn't being used
This commit is contained in:
parent
1447a57aa8
commit
c1841fd58b
2 changed files with 0 additions and 20 deletions
|
@ -1,12 +0,0 @@
|
||||||
<header class="modal-header">
|
|
||||||
<h1>Check your Inbox</h1>
|
|
||||||
</header>
|
|
||||||
<a class="close" href="" role="button" title="Close" {{action "closeModal"}}>{{svg-jar "close"}}<span class="hidden">Close</span></a>
|
|
||||||
|
|
||||||
<div class="modal-body">
|
|
||||||
We have sent an email to confirm you own <b>{{this.fromAddress}}</b>.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="modal-footer">
|
|
||||||
<button {{action "closeModal"}} class="gh-btn"><span>Close</span></button>
|
|
||||||
</div>
|
|
|
@ -1,8 +0,0 @@
|
||||||
import ModalComponent from 'ghost-admin/components/modal-base';
|
|
||||||
import {alias} from '@ember/object/computed';
|
|
||||||
|
|
||||||
export default ModalComponent.extend({
|
|
||||||
|
|
||||||
confirm() {},
|
|
||||||
fromAddress: alias('model.fromAddress')
|
|
||||||
});
|
|
Loading…
Add table
Reference in a new issue