fix setting-integration template

This commit is contained in:
Eli Ribble 2026-02-24 15:41:11 +00:00
parent e513107f75
commit 2c42ec3559
No known key found for this signature in database

View file

@ -69,7 +69,7 @@
<tr>
<td width="30%"><strong>OAuth Token Status</strong></td>
<td>
{{ if not .ArcGISOAuth.InvalidatedAt.IsNull }}
{{ if not .C.ArcGISOAuth.InvalidatedAt.IsNull }}
<span class="status-inactive">
<i class="bi bi-x-circle-fill me-1"></i> Invalidated
</span>
@ -86,7 +86,7 @@
</tr>
<tr>
<td><strong>Token Expiration</strong></td>
<td>{{ .ArcGISOAuth.AccessTokenExpires|timeRelative }}</td>
<td>{{ .C.ArcGISOAuth.AccessTokenExpires|timeRelative }}</td>
</tr>
<tr>
<td><strong>Integration Method</strong></td>