TheDesk Miho (ver.5)
This commit is contained in:
@@ -171,7 +171,11 @@ function login(url) {
|
||||
localStorage.setItem("client_secret", json["client_secret"]);
|
||||
$("#auth").show();
|
||||
$("#add").hide();
|
||||
window.open(auth);
|
||||
const {
|
||||
shell
|
||||
} = require('electron');
|
||||
|
||||
shell.openExternal(auth);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user