From 2c42ec3559a8317b24348ea3f4a2918258c93116 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 24 Feb 2026 15:41:11 +0000 Subject: [PATCH] fix setting-integration template --- html/template/sync/setting-integration.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/template/sync/setting-integration.html b/html/template/sync/setting-integration.html index 598f78f2..cd9f6154 100644 --- a/html/template/sync/setting-integration.html +++ b/html/template/sync/setting-integration.html @@ -69,7 +69,7 @@ OAuth Token Status - {{ if not .ArcGISOAuth.InvalidatedAt.IsNull }} + {{ if not .C.ArcGISOAuth.InvalidatedAt.IsNull }} Invalidated @@ -86,7 +86,7 @@ Token Expiration - {{ .ArcGISOAuth.AccessTokenExpires|timeRelative }} + {{ .C.ArcGISOAuth.AccessTokenExpires|timeRelative }} Integration Method