moved user approval page
parent
694761c026
commit
31e3c5e5e7
|
@ -123,7 +123,7 @@ public class OAuthConfirmationController {
|
||||||
|
|
||||||
model.put("scopes", sortedScopes);
|
model.put("scopes", sortedScopes);
|
||||||
|
|
||||||
return new ModelAndView("oauth/approve", model);
|
return new ModelAndView("approve", model);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue