Skip to content

Commit

Permalink
[#58087] disable seeded built-in oauth application
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharonus committed Sep 25, 2024
1 parent 8b61ab4 commit 4c5a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/seeders/oauth_applications_seeder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4c5a21c

Please sign in to comment.