Improvements and fixes on OAuth providers (#304)

This commit is contained in:
Riccardo Graziosi
2024-03-06 19:36:26 +01:00
committed by GitHub
parent 32d19cbe7c
commit 39a757fe5b
7 changed files with 21 additions and 6 deletions

View File

@@ -46,9 +46,6 @@ class TenantsController < ApplicationController
@user.save!
CreateWelcomeEntitiesWorkflow.new().run
OAuth.include_only_defaults.each do |o_auth|
TenantDefaultOAuth.create(o_auth_id: o_auth.id)
end
logger.info { "New tenant registration: #{Current.tenant.inspect}" }