Changed app name back to Essayist
This commit is contained in:
parent
2e2ee0ceca
commit
eb73d09c84
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class LoginServlet extends HttpServlet {
|
||||||
String afterAuthorizationUrl = baseUrl + "/accessToken";
|
String afterAuthorizationUrl = baseUrl + "/accessToken";
|
||||||
String afterLoginUrl = baseUrl;
|
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);
|
return tentClient.register(registrationRequest);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue