From e188cee4e56df1f971baa567b9bc72ef66abc401 Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:10:58 +0200 Subject: [PATCH] BrowserLogin: Add privacy note --- rare/ui/components/dialogs/login/browser_login.py | 4 ++-- rare/ui/components/dialogs/login/browser_login.ui | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rare/ui/components/dialogs/login/browser_login.py b/rare/ui/components/dialogs/login/browser_login.py index 0bf8d4ea..32012c56 100644 --- a/rare/ui/components/dialogs/login/browser_login.py +++ b/rare/ui/components/dialogs/login/browser_login.py @@ -14,7 +14,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets class Ui_BrowserLogin(object): def setupUi(self, BrowserLogin): BrowserLogin.setObjectName("BrowserLogin") - BrowserLogin.resize(198, 204) + BrowserLogin.resize(237, 243) BrowserLogin.setWindowTitle("BrowserLogin") self.browser_layout = QtWidgets.QGridLayout(BrowserLogin) self.browser_layout.setSizeConstraint(QtWidgets.QLayout.SetDefaultConstraint) @@ -72,7 +72,7 @@ class Ui_BrowserLogin(object): _translate = QtCore.QCoreApplication.translate self.open_button.setText(_translate("BrowserLogin", "Open Browser")) self.title_label.setText(_translate("BrowserLogin", "Login through browser")) - self.info_label.setText(_translate("BrowserLogin", "Click the Open Browser button to open the login page in a browser or copy the link and paste it in a browser. After logging in using the browser, copy the authorizationCode contents into the empty input above.")) + self.info_label.setText(_translate("BrowserLogin", "Click the Open Browser button to open the login page in a browser or copy the link and paste it in a browser. After logging in using the browser, copy the authorizationCode contents into the empty input above. DO NOT SHARE THE INFORMATION IN THE BROWSER PAGE WITH ANYONE AT ANY FORM (TEXT OR SCREENSHOT)!")) if __name__ == "__main__": diff --git a/rare/ui/components/dialogs/login/browser_login.ui b/rare/ui/components/dialogs/login/browser_login.ui index 34100628..3635f85d 100644 --- a/rare/ui/components/dialogs/login/browser_login.ui +++ b/rare/ui/components/dialogs/login/browser_login.ui @@ -6,8 +6,8 @@ 0 0 - 198 - 204 + 237 + 243 @@ -94,7 +94,7 @@ - Click the <b>Open Browser</b> button to open the login page in a browser or copy the link and paste it in a browser. After logging in using the browser, copy the <b><code>authorizationCode</code></b> contents into the empty input above. + Click the <b>Open Browser</b> button to open the login page in a browser or copy the link and paste it in a browser. After logging in using the browser, copy the <b><code>authorizationCode</code></b> contents into the empty input above. <b>DO NOT SHARE THE INFORMATION IN THE BROWSER PAGE WITH ANYONE AT ANY FORM (TEXT OR SCREENSHOT)!</b> true