mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
auto confirmation user with provider other than local
This commit is contained in:
parent
5edde3f1ec
commit
88dfdaad73
@ -98,6 +98,7 @@ exports.connect = (provider, query) => {
|
||||
const params = _.assign(profile, {
|
||||
provider: provider,
|
||||
role: defaultRole.id,
|
||||
confirmed: true,
|
||||
});
|
||||
|
||||
const createdUser = await strapi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user