From 5857feaf5ef144104552dd1fdec678276cb3a68c Mon Sep 17 00:00:00 2001 From: njkim Date: Fri, 25 Oct 2024 14:26:01 -0700 Subject: [PATCH] Update oauth settings name --- docs/developing/reference/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing/reference/api.rst b/docs/developing/reference/api.rst index 36f720f..cf6d72a 100644 --- a/docs/developing/reference/api.rst +++ b/docs/developing/reference/api.rst @@ -114,7 +114,7 @@ To allow others to connect to your Arches instance, you must create an OAuth cli .. code-block:: none - MOBILE_OAUTH_CLIENT_ID = "" + OAUTH_CLIENT_ID = "" .. important::