Skip to content
Snippets Groups Projects
Commit 278bca82 authored by srosse's avatar srosse
Browse files

OO-451: remove debug code to fix a unit test of the REST api

parent 5ce595d3
No related branches found
No related tags found
No related merge requests found
......@@ -299,10 +299,10 @@ public class OLATAuthenticationController extends AuthenticationController imple
ident = findIdentInChangingEmailWorkflow(login);
}
}
ident.getUser().getPreferences().getLanguage();
if (ident == null) return null;
if (ident == null) {
return null;
}
// find OLAT authentication provider
Authentication auth = BaseSecurityManager.getInstance().findAuthentication(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment