mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
fix url handler
This commit is contained in:
parent
87b3e3aed3
commit
f31371a5ca
@ -181,7 +181,7 @@ class ElectronApp {
|
||||
|
||||
console.log(explicitAction)
|
||||
|
||||
if (explicitAction[0]) {
|
||||
if (explicitAction.length > 0) {
|
||||
switch (explicitAction[0]) {
|
||||
case "authorize": {
|
||||
const [pkgid, token] = explicitAction[1].split("%23")
|
||||
|
Loading…
x
Reference in New Issue
Block a user