Merge branch '186-change-room-delete-countdown-to-10-seconds' into 'main'

room delete countdown to 10 seconds

Closes #186

See merge request keanuapp/keanuapp-weblite!22
This commit is contained in:
N Pex 2021-12-09 07:57:01 +00:00
commit 99a508bf55

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