reject play access validation promise

This commit is contained in:
cvium 2021-02-03 09:49:08 +01:00
parent 5fbe3be254
commit 3c847cfc6d

View File

@ -34,7 +34,7 @@ class PlayAccessValidation {
return Promise.reject(); return Promise.reject();
} }
return showErrorMessage(); return showErrorMessage().finally(Promise.reject);
}); });
} }
} }