Skip to content

Commit

Permalink
Added missing configuration after adding simple_oauth module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresse committed Nov 8, 2024
1 parent e39d904 commit 8115908
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,7 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,7 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference

0 comments on commit 8115908

Please sign in to comment.