Skip to content

Commit 703461f

Browse files
authored
[Fix] Auth preload (#867)
* rm import * bump
1 parent 3a69088 commit 703461f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperplay",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"private": true,
55
"main": "build/main/main.js",
66
"homepage": "./",

src/backend/auth_provider_preload.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { contextBridge, ipcRenderer, webFrame } from 'electron'
2-
import { DEV_PORTAL_URL } from '../common/constants'
2+
const DEV_PORTAL_URL = 'https://developers.hyperplay.xyz/'
33

44
const removeBackground = `
55
document.onreadystatechange = function(e)

0 commit comments

Comments
 (0)