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