Skip to content

Commit

Permalink
docs: Add missing ends to examples in OAuth2 module docs
Browse files Browse the repository at this point in the history
Closes #266
  • Loading branch information
sevenseacat committed Nov 13, 2023
1 parent 0f6e677 commit 199f3d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ash_authentication/strategies/oauth2.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ defmodule AshAuthentication.Strategy.OAuth2 do
end
end
end
end
```
## Secrets and runtime configuration
Expand Down Expand Up @@ -164,6 +165,7 @@ defmodule AshAuthentication.Strategy.OAuth2 do
end
end
end
end
```
Providing registration or sign-in to all comers:
Expand Down Expand Up @@ -200,6 +202,7 @@ defmodule AshAuthentication.Strategy.OAuth2 do
end
end
end
end
```
## Plugs
Expand Down

0 comments on commit 199f3d6

Please sign in to comment.