Skip to content

Commit

Permalink
[Fix] Auth preload (#867)
Browse files Browse the repository at this point in the history
* rm import

* bump
  • Loading branch information
BrettCleary authored Apr 23, 2024
1 parent 3a69088 commit 703461f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperplay",
"version": "0.13.0",
"version": "0.13.1",
"private": true,
"main": "build/main/main.js",
"homepage": "./",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/auth_provider_preload.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { contextBridge, ipcRenderer, webFrame } from 'electron'
import { DEV_PORTAL_URL } from '../common/constants'
const DEV_PORTAL_URL = 'https://developers.hyperplay.xyz/'

const removeBackground = `
document.onreadystatechange = function(e)
Expand Down

0 comments on commit 703461f

Please sign in to comment.