diff --git a/app/seeders/oauth_applications_seeder.rb b/app/seeders/oauth_applications_seeder.rb index b8f88606db18..3dae4ae5db4d 100644 --- a/app/seeders/oauth_applications_seeder.rb +++ b/app/seeders/oauth_applications_seeder.rb @@ -52,7 +52,7 @@ def create_app OAuth::Applications::CreateService .new(user: User.system) .call( - enabled: true, + enabled: false, name: "OpenProject Mobile App", redirect_uri: "openprojectapp://oauth-callback", builtin: true,