Fixed changing password and email
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user