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 %>