Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2175 from MeasureAuthoringTool/bugfix/remove-vsac…
Browse files Browse the repository at this point in the history
…-cred-timeout-prior

Remove VSAC Cred Timeout
  • Loading branch information
jkotanchik-SB authored Sep 14, 2023
2 parents d5d80c6 + 2a8b9e3 commit 13d8859
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/assets/javascripts/views/import_measure_view.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ class Thorax.Views.ImportMeasure extends Thorax.Views.BonnieView
$('#vsac-query-settings').removeClass('hidden')
$('#vsacCachedMsg').removeClass('hidden')
$('#loadButton').prop('disabled', false)
# If the measure import window is open long enough for the VSAC
# credentials to expire, we need to reshow the vsacApiKey dialog.
setTimeout ->
@clearCachedVSACTicket()
, new Date(data.expires) - new Date()
else
$('#vsacSignIn').removeClass('hidden')
$('#vsac-query-settings').removeClass('hidden')
Expand Down

0 comments on commit 13d8859

Please sign in to comment.