Skip to content

Commit 806cbd8

Browse files
committed
fix(connection): Fix #64
1 parent d6bd154 commit 806cbd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

connection.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,10 @@
300300
if (!this.credentials.email) {
301301
$('#backendUrlAndLwaClientId').show()
302302

303+
let installedVshVersion
304+
303305
try {
304-
const installedVshVersion = await getInstalledVshVersion()
306+
installedVshVersion = await getInstalledVshVersion()
305307
const versionCheckResult = await checkVersion(installedVshVersion)
306308

307309
if (!versionCheckResult.isAllowedVersion) {

0 commit comments

Comments
 (0)