auto confirmation user with provider other than local

This commit is contained in:
Mateusz Ryszka 2019-11-06 09:56:31 +01:00
parent 5edde3f1ec
commit 88dfdaad73

View File

@ -98,6 +98,7 @@ exports.connect = (provider, query) => {
const params = _.assign(profile, {
provider: provider,
role: defaultRole.id,
confirmed: true,
});
const createdUser = await strapi