Browse Source

Rename Typo

pull/2723/head
Hamza Slama 6 years ago
committed by Andrew Shvayka
parent
commit
6037f0f47a
  1. 2
      application/src/main/java/org/thingsboard/server/controller/AuthController.java

2
application/src/main/java/org/thingsboard/server/controller/AuthController.java

@ -338,7 +338,7 @@ public class AuthController extends BaseController {
@RequestMapping(value = "/noauth/oauth2Clients", method = RequestMethod.POST)
@ResponseBody
public List<OAuth2ClientInfo> getOath2Clients() throws ThingsboardException {
public List<OAuth2ClientInfo> getOAuth2Clients() throws ThingsboardException {
try {
return oauth2Service.getOAuth2Clients();
} catch (Exception e) {

Loading…
Cancel
Save