mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
remove livestream from mypy ignore and remove dead code from smtp
This commit is contained in:
@@ -38,9 +38,6 @@
|
|||||||
type="submit"
|
type="submit"
|
||||||
>Submit</q-btn
|
>Submit</q-btn
|
||||||
>
|
>
|
||||||
<q-btn @click="resetForm" flat color="grey" class="q-ml-auto"
|
|
||||||
>Cancel</q-btn
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</q-form>
|
</q-form>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
@@ -104,13 +101,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
resetForm: function (e) {
|
|
||||||
e.preventDefault()
|
|
||||||
this.formDialog.data.subject = ''
|
|
||||||
this.formDialog.data.receiver = ''
|
|
||||||
this.formDialog.data.message = ''
|
|
||||||
},
|
|
||||||
|
|
||||||
closeReceiveDialog: function () {
|
closeReceiveDialog: function () {
|
||||||
var checker = this.receive.paymentChecker
|
var checker = this.receive.paymentChecker
|
||||||
dismissMsg()
|
dismissMsg()
|
||||||
|
@@ -91,7 +91,6 @@ files = "lnbits"
|
|||||||
exclude = """(?x)(
|
exclude = """(?x)(
|
||||||
^lnbits/extensions/bleskomat.
|
^lnbits/extensions/bleskomat.
|
||||||
| ^lnbits/extensions/boltz.
|
| ^lnbits/extensions/boltz.
|
||||||
| ^lnbits/extensions/livestream.
|
|
||||||
| ^lnbits/wallets/lnd_grpc_files.
|
| ^lnbits/wallets/lnd_grpc_files.
|
||||||
)"""
|
)"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user