mirror of https://github.com/docusealco/docuseal
parent
d2a0937038
commit
dfab4c331c
@ -0,0 +1,11 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class SendConfirmationInstructionsJob
|
||||||
|
include Sidekiq::Job
|
||||||
|
|
||||||
|
def perform(params = {})
|
||||||
|
user = User.find(params['user_id'])
|
||||||
|
|
||||||
|
user.send_confirmation_instructions
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in new issue