From 199f3d6a83b31c81a7914516717ee2dcfb93f52f Mon Sep 17 00:00:00 2001 From: Rebecca Le Date: Mon, 13 Nov 2023 12:29:28 +0800 Subject: [PATCH] docs: Add missing `end`s to examples in OAuth2 module docs Closes #266 --- lib/ash_authentication/strategies/oauth2.ex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ash_authentication/strategies/oauth2.ex b/lib/ash_authentication/strategies/oauth2.ex index b35d25f..a1a8de8 100644 --- a/lib/ash_authentication/strategies/oauth2.ex +++ b/lib/ash_authentication/strategies/oauth2.ex @@ -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