Remove code related to Launchpad auth or 37id Users

This commit is contained in:
Mike Dalessio
2025-09-30 13:03:08 -04:00
parent 7129b711f1
commit 47370084d2
23 changed files with 55 additions and 371 deletions
-1
View File
@@ -34,7 +34,6 @@ ActiveRecord::Tenanted::DatabaseTasks.migrate_all
ApplicationRecord.with_tenant(signup.tenant_name) do |tenant|
Account.sole.update! external_account: signup.signal_account
User.first.update! external_user: signup.signal_account.owner
puts "\n\nLogin to http://launchpad.localhost:3011/ as #{signup.email_address} / #{signup.password}"
end