room delete countdown to 10 seconds

This commit is contained in:
Tenzin Passang 2021-12-06 16:34:56 +02:00 committed by N-Pex
parent 81366da733
commit 0f7aeaadc7

View file

@ -143,7 +143,7 @@ export default {
{ status: "delete" }
);
this.timeout = 30;
this.timeout = 10;
this.timeoutTimer = setInterval(() => {
this.timeout = this.timeout - 1;
if (this.timeout == 0) {