mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
fixed cloud login
This commit is contained in:
@@ -3,7 +3,7 @@ import getElectron from './getElectron';
|
||||
export function openWebLink(href, usePopup = false) {
|
||||
const electron = getElectron();
|
||||
|
||||
if (electron && !usePopup) {
|
||||
if (electron) {
|
||||
electron.send('open-link', href);
|
||||
} else {
|
||||
if (usePopup) {
|
||||
|
||||
Reference in New Issue
Block a user