mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Improvements and fixes on OAuth providers (#304)
This commit is contained in:
committed by
GitHub
parent
32d19cbe7c
commit
39a757fe5b
@@ -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}" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user