Populate ArcGIS integration page refresh link

This commit is contained in:
Eli Ribble 2026-02-25 17:39:16 +00:00
parent 7080222fbc
commit 060e2915f1
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -85,9 +85,12 @@
<!-- Token Actions -->
<div class="mt-3 d-flex gap-2">
<button type="button" class="btn btn-outline-primary">
<a
class="btn btn-outline-primary"
href="{{ .URL.OAuthRefreshArcGIS }}"
>
<i class="bi bi-arrow-clockwise me-1"></i>Refresh Token
</button>
</a>
<button
type="button"
class="btn btn-outline-danger"

View file

@ -73,7 +73,7 @@
<span class="status-inactive">
<i class="bi bi-x-circle-fill me-1"></i> Invalidated
</span>
{{ else if hasPassed .ArcGISOAuth.AccessTokenExpires }}
{{ else if hasPassed .C.ArcGISOAuth.AccessTokenExpires }}
<span class="status-inactive">
<i class="bi bi-x-circle-fill me-1"></i> Expired
</span>