Fixed changing password and email
This commit is contained in:
@@ -38,5 +38,4 @@ def login():
|
|||||||
else:
|
else:
|
||||||
raise 'No auth'
|
raise 'No auth'
|
||||||
except:
|
except:
|
||||||
print('It will return from login')
|
get_auth(True, login_ui, QtWidgets.QMainWindow())
|
||||||
print(get_auth(True, login_ui, QtWidgets.QMainWindow()))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user