docs: Add missing ends to examples in OAuth2 module docs

Closes #266
This commit is contained in:
Rebecca Le 2023-11-13 12:29:28 +08:00
parent 0f6e677e4b
commit 199f3d6a83
No known key found for this signature in database
GPG key ID: 45EC503B31710A41

View file

@ -38,6 +38,7 @@ defmodule AshAuthentication.Strategy.OAuth2 do
end
end
end
end
```
## Secrets and runtime configuration
@ -164,6 +165,7 @@ defmodule AshAuthentication.Strategy.OAuth2 do
end
end
end
end
```
Providing registration or sign-in to all comers:
@ -200,6 +202,7 @@ defmodule AshAuthentication.Strategy.OAuth2 do
end
end
end
end
```
## Plugs