Add proper defaults to user invites (#9739)
This commit is contained in:
parent
1896c707fc
commit
90287b44e8
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ module Admin
|
|||
name: name,
|
||||
username: username,
|
||||
remote_profile_image_url: Users::ProfileImageGenerator.call,
|
||||
saw_onboarding: false,
|
||||
editor_version: :v2,
|
||||
registered: false)
|
||||
redirect_to admin_invitations_path
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue