Merge pull request #1339 from lnbits/hotfix-smtp

BUG: remove livestream from mypy ignore and remove dead code from smtp
This commit is contained in:
Arc
2023-01-10 10:31:38 +00:00
committed by GitHub
2 changed files with 0 additions and 11 deletions

View File

@@ -38,9 +38,6 @@
type="submit"
>Submit</q-btn
>
<q-btn @click="resetForm" flat color="grey" class="q-ml-auto"
>Cancel</q-btn
>
</div>
</q-form>
</q-card-section>
@@ -104,13 +101,6 @@
},
methods: {
resetForm: function (e) {
e.preventDefault()
this.formDialog.data.subject = ''
this.formDialog.data.receiver = ''
this.formDialog.data.message = ''
},
closeReceiveDialog: function () {
var checker = this.receive.paymentChecker
dismissMsg()

View File

@@ -91,7 +91,6 @@ files = "lnbits"
exclude = """(?x)(
^lnbits/extensions/bleskomat.
| ^lnbits/extensions/boltz.
| ^lnbits/extensions/livestream.
| ^lnbits/wallets/lnd_grpc_files.
)"""