root account setup email and pw checker + other

This commit is contained in:
2023-08-25 09:57:29 +02:00
parent 1705128482
commit 86a7ec13ad
8 changed files with 483 additions and 15 deletions

View File

@@ -74,7 +74,7 @@
This method deletes a notification and, in case the notification is being displayed, hides it.
*/
try {
delete notifications[ id ];
delete this.notifications[ id ];
delete this.queue[ this.queue.findIndex( id ) ];
} catch ( error ) {
console.log( 'notification to be deleted is nonexistent or currently being displayed' );