From 275af9be82403885116b6985bee3897c9ad95826 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sat, 30 Dec 2023 20:53:39 -0500 Subject: [PATCH] Fixed formatting --- app/views/qbo/_settings.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/qbo/_settings.html.erb b/app/views/qbo/_settings.html.erb index 79c64fd..753143a 100644 --- a/app/views/qbo/_settings.html.erb +++ b/app/views/qbo/_settings.html.erb @@ -60,6 +60,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI <%=t(:label_oauth_expires)%> <%= if Qbo.exists? then Qbo.first.oauth2_access_token_expires_at end %> + + + <%=t(:label_oauth2_refresh_token_expires_at)%> <%= if Qbo.exists? then Qbo.first.oauth2_refresh_token_expires_at end %>