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

@@ -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 ) {