mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +02:00
fix reset password link for LoginDialog
This commit is contained in:
parent
3b0214358b
commit
2fbd249d9f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "LoginDialog.h"
|
||||
|
||||
const QString FORGOT_PASSWORD_URL = "https://data.highfidelity.io/password/new";
|
||||
const QString FORGOT_PASSWORD_URL = "https://data.highfidelity.io/users/password/new";
|
||||
|
||||
LoginDialog::LoginDialog(QWidget* parent) :
|
||||
FramelessDialog(parent, 0, FramelessDialog::POSITION_TOP),
|
||||
|
|
Loading…
Reference in a new issue