Updated to handle no qbo exception

This commit is contained in:
2026-03-14 21:45:15 -04:00
parent c4e1ece82c
commit b8327be5d6
2 changed files with 22 additions and 10 deletions

View File

@@ -66,12 +66,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<tr>
<th><%=t(:label_oauth_expires)%></th>
<td><%= QboConnectionService.current!&.oauth2_access_token_expires_at %>
<td><%= Qbo.oauth2_access_token_expires_at %>
</tr>
<tr>
<th><%=t(:label_oauth2_refresh_token_expires_at)%></th>
<td><%= QboConnectionService.current!&.oauth2_refresh_token_expires_at %>
<td><%= Qbo.oauth2_refresh_token_expires_at %>
</tr>
</tbody>