mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 09:04:23 +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"
|
#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) :
|
LoginDialog::LoginDialog(QWidget* parent) :
|
||||||
FramelessDialog(parent, 0, FramelessDialog::POSITION_TOP),
|
FramelessDialog(parent, 0, FramelessDialog::POSITION_TOP),
|
||||||
|
|
Loading…
Reference in a new issue