From 1453f1ff14f224b3b7e16dd57b4acd1040b07ae8 Mon Sep 17 00:00:00 2001 From: Nicolas Polomack Date: Sun, 21 May 2023 00:07:53 +0200 Subject: [PATCH] docs: fixed missing `frontend.auth.origin` in config --- alexandrie.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/alexandrie.toml b/alexandrie.toml index 29e01374..3f607405 100644 --- a/alexandrie.toml +++ b/alexandrie.toml @@ -21,6 +21,9 @@ path = "assets" [frontend.templates] path = "templates" +[frontend.auth] +origin = "http://localhost:3000" + [frontend.auth.local] enabled = true allow_registration = true