blob: 57631f385c16e9ef709f7bb0f06bb2eaa82046a5 [file] [log] [blame]
<!DOCTYPE html>
<script src="stash-utils.sub.js"></script>
<script>
const queryParams = new URLSearchParams(window.location.search);
const key = queryParams.get('key');
if (key) {
window.portalHost.onmessage = () => {
StashUtils.putValue(key, 'failed');
};
}
</script>