Fix lint errors.

This commit is contained in:
Lauri Ojansivu 2018-11-16 21:32:01 +02:00
parent 39ff51ef96
commit 3aec8087f7

View file

@ -112,7 +112,7 @@ function authentication(instance, email, password) {
// If user doesn't exist, uses the default authentication method if it defined
if (user === undefined) {
user = {
"authenticationMethod": instance.data.defaultAuthenticationMethod.get()
'authenticationMethod': instance.data.defaultAuthenticationMethod.get(),
};
}