1
0
Fork 0
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:
hogliux 2016-10-20 12:42:54 +01:00
parent 348dc1fa79
commit bd3166afc0

View file

@ -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);