Changed app name back to Essayist

This commit is contained in:
moandji.ezana 2012-10-18 02:48:40 +02:00
parent 2e2ee0ceca
commit eb73d09c84

View file

@ -106,7 +106,7 @@ public class LoginServlet extends HttpServlet {
String afterAuthorizationUrl = baseUrl + "/accessToken";
String afterLoginUrl = baseUrl;
RegistrationRequest registrationRequest = new RegistrationRequest("Essayist on localhost", "A blogging app.", "http://www.moandjiezana.com/tent/essayist", new String [] { afterAuthorizationUrl, afterLoginUrl }, scopes);
RegistrationRequest registrationRequest = new RegistrationRequest("Essayist", "A blogging app.", "http://www.moandjiezana.com/tent/essayist", new String [] { afterAuthorizationUrl, afterLoginUrl }, scopes);
return tentClient.register(registrationRequest);
}