Fixed changing password and email

This commit is contained in:
BarsTiger
2022-02-04 11:45:39 +02:00
parent 80d6271d27
commit 438db8b7a0

View File

@@ -38,5 +38,4 @@ def login():
else:
raise 'No auth'
except:
print('It will return from login')
print(get_auth(True, login_ui, QtWidgets.QMainWindow()))
get_auth(True, login_ui, QtWidgets.QMainWindow())