reject play access validation promise
This commit is contained in:
@@ -34,7 +34,7 @@ class PlayAccessValidation {
|
||||
return Promise.reject();
|
||||
}
|
||||
|
||||
return showErrorMessage();
|
||||
return showErrorMessage().finally(Promise.reject);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user