mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Updated the URL of the "Forgot Password" button in the Projucer
This commit is contained in:
parent
348dc1fa79
commit
bd3166afc0
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public:
|
|||
errorLabel ("Error Label", String()),
|
||||
rememberLoginCheckbox (TRANS("Remember login")),
|
||||
forgotPasswordButton (TRANS("Forgotten your password?"),
|
||||
URL (getServerURL() + "reset_password?referer=projucer")),
|
||||
URL ("https://auth.roli.com/forgot-password?referer=projucer")),
|
||||
rememberLogin (true)
|
||||
{
|
||||
setLookAndFeel (&lookAndFeel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue