Sign up for new account via invitation #9

Merged
raucao merged 20 commits from feature/signup_from_invite into master 2020-12-04 12:30:28 +00:00
Showing only changes of commit 7a58babd8e - Show all commits

View File

@ -3,7 +3,6 @@ class CreateAccount < ApplicationService
@username = args[:username]
@email = args[:email]
@password = args[:password]
@invited_by_id = args[:invited_by_id]
end
def call