Skip to content

Commit

Permalink
Fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
l4e21 committed Oct 24, 2023
1 parent 42ebb1f commit c0cb8b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{:optional true}
[:maybe
[:set
[:re "https://auth.example.org/scopes/.+?(,https://auth.example.org/scopes/.+?)*"]]]]]
[:re "(https://auth.example.org/scopes/.+?(,https://auth.example.org/scopes/.+?)*|https://data.example.org/_site/scopes/.+?(,https://data.example.org/_site/scopes/.+?)*)"]]]]]

;; TODO: Check that scope actually exists

Expand Down

0 comments on commit c0cb8b8

Please sign in to comment.