mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +02:00
Update forgot password URL
This commit is contained in:
parent
fb42d9ccc6
commit
6f502777a5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include "LoginDialog.h"
|
#include "LoginDialog.h"
|
||||||
|
|
||||||
const QString FORGOT_PASSWORD_URL = "http://highfidelity.io";
|
const QString FORGOT_PASSWORD_URL = "https://data-web.highfidelity.io/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