Rename Typo

This commit is contained in:
Hamza Slama 2020-05-04 09:57:07 +01:00 committed by Andrew Shvayka
parent fc46175e99
commit 6037f0f47a

View File

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