Add sign in flow using magic links
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require_relative "../../config/environment"
|
||||
|
||||
ApplicationRecord.with_each_tenant do |tenant|
|
||||
puts "✅ #{tenant}"
|
||||
Account.sole.setup_complete!
|
||||
end
|
||||
Reference in New Issue
Block a user