mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
finish various todo
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
import notifications from '../components/notifications.vue';
|
||||
|
||||
const lookup = [ '@', '!', '.', ',', '?', '%', '&', '-', '_', ':', ';', '*', '§', '<', '>', '{', '}', '[', ']', '(', ')', '/', '#' ];
|
||||
// TODO: Also add this to user signup
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
@@ -119,7 +118,6 @@
|
||||
}
|
||||
},
|
||||
submit () {
|
||||
// TODO: Maybe require confirming email before proceeding
|
||||
if ( this.formData.mail && this.formData.password && this.formData.password2 ) {
|
||||
if ( this.checkEmail() ) {
|
||||
if ( this.formData.password == this.formData.password2 ) {
|
||||
|
||||
Reference in New Issue
Block a user