finish various todo

This commit is contained in:
2023-09-02 13:48:11 +02:00
parent 043aa171ca
commit b784a6c605
6 changed files with 2 additions and 9 deletions

View File

@@ -21,7 +21,6 @@
<p style="margin: 0">(Version V{{ plugin.version }}, maintained by {{ plugin.maintainer }})</p>
</a>
</div>
<!-- TODO: Get all installed plugins -->
</div>
</template>

View File

@@ -302,8 +302,6 @@
}
},
handlePopupReturns( data ) {
console.log( data );
// TODO: Delete user
if ( data.status === 'cancel' ) {
return;
} else if ( data.status === 'settings' ) {
@@ -446,7 +444,6 @@
this.loadAdminAccounts();
}
};
// TODO: Load gateways and settings for gateways from server.
</script>