From 33e2c4eedf3804d023e6335e14d99d426b0223f0 Mon Sep 17 00:00:00 2001 From: Gerrit91 Date: Tue, 27 Jul 2021 13:17:57 +0200 Subject: [PATCH] missing block end --- docs/src/development/proposals/MEP4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/development/proposals/MEP4/README.md b/docs/src/development/proposals/MEP4/README.md index 8beffeb749..3469f5e31d 100644 --- a/docs/src/development/proposals/MEP4/README.md +++ b/docs/src/development/proposals/MEP4/README.md @@ -580,6 +580,7 @@ type Configuration struct { // AutoCreateOIDCUsers will automatically create a user on OIDC login if the user doesn't exist in the database AutoCreateOIDCUsers bool } +``` ![](data_model.svg)