fix: linting

This commit is contained in:
Wyatt Johnson
2018-10-26 12:17:24 -06:00
parent 3c613754f0
commit 33ecbaecda
@@ -64,7 +64,7 @@ export async function findOrCreateSSOUser(
if (!user) {
if (!integration.allowRegistration) {
// Registration is disabled, so we can't create the user user here.
return;
return null;
}
// FIXME: (wyattjoh) implement rules! Not all users should be able to create an account via this method.