diff --git a/app/views/projects/migrate.json.jbuilder b/app/views/projects/migrate.json.jbuilder index c9ae044ee..1e8ddc4d5 100644 --- a/app/views/projects/migrate.json.jbuilder +++ b/app/views/projects/migrate.json.jbuilder @@ -1 +1,2 @@ json.extract! @project, :id, :name, :identifier +json.login @project&.owner&.login \ No newline at end of file