mirror of
https://github.com/nixietab/picodulce.git
synced 2025-10-14 06:15:12 +01:00
hotfix
This commit is contained in:
parent
7f0108221b
commit
078518e5ad
@ -10,8 +10,8 @@ from PyQt5.QtWidgets import (QApplication, QDialog, QLabel, QVBoxLayout,
|
|||||||
QPushButton, QLineEdit, QMessageBox)
|
QPushButton, QLineEdit, QMessageBox)
|
||||||
from PyQt5.QtCore import QThread, pyqtSignal, Qt, QUrl, QObject
|
from PyQt5.QtCore import QThread, pyqtSignal, Qt, QUrl, QObject
|
||||||
from PyQt5.QtGui import QDesktopServices
|
from PyQt5.QtGui import QDesktopServices
|
||||||
from picomc.logging import logger
|
from zucaro.logging import logger
|
||||||
from picomc.launcher import get_default_root, Launcher
|
from zucaro.launcher import get_default_root, Launcher
|
||||||
|
|
||||||
# Constants for Microsoft Authentication
|
# Constants for Microsoft Authentication
|
||||||
URL_DEVICE_AUTH = "https://login.microsoftonline.com/consumers/oauth2/v2.0/devicecode"
|
URL_DEVICE_AUTH = "https://login.microsoftonline.com/consumers/oauth2/v2.0/devicecode"
|
||||||
|
Loading…
Reference in New Issue
Block a user