Commit 6037f0f47acfb00a544da2bee9683dcba8982529
Committed by
Andrew Shvayka
1 parent
fc46175e
Rename Typo
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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) { | ... | ... |