mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +08:00
Fix typo
CL-5744
This commit is contained in:
parent
7360313ff7
commit
f16a9c62b5
@ -37,7 +37,7 @@ class Account(QObject):
|
||||
CALLBACK_PORT=self._callback_port,
|
||||
CALLBACK_URL="http://localhost:{}/callback".format(self._callback_port),
|
||||
CLIENT_ID="um---------------ultimaker_cura",
|
||||
CLIENT_SCOPES="user.read drive.backups.read drive.backups.write.client.package.download",
|
||||
CLIENT_SCOPES="user.read drive.backups.read drive.backups.write client.package.download",
|
||||
AUTH_DATA_PREFERENCE_KEY="general/ultimaker_auth_data",
|
||||
AUTH_SUCCESS_REDIRECT="{}/auth-success".format(self._cloud_api_root),
|
||||
AUTH_FAILED_REDIRECT="{}//auth-error".format(self._cloud_api_root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user