Commit 6037f0f47acfb00a544da2bee9683dcba8982529

Authored by Hamza Slama
Committed by Andrew Shvayka
1 parent fc46175e

Rename Typo

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