moved user approval page

pull/324/merge
Justin Richer 2013-04-12 15:57:32 -04:00
parent 694761c026
commit 31e3c5e5e7
2 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class OAuthConfirmationController {
model.put("scopes", sortedScopes);
return new ModelAndView("oauth/approve", model);
return new ModelAndView("approve", model);
}
/**