From 045c4b3c07cdb8640b492791437c795ad9fd5785 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Thu, 21 Sep 2023 14:13:31 -0400 Subject: [PATCH] remove deprecated setting --- source/Main.brs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Main.brs b/source/Main.brs index 272284a9a..b235cdba1 100644 --- a/source/Main.brs +++ b/source/Main.brs @@ -67,6 +67,7 @@ sub Main (args as dynamic) as void print "Running 1.7.0 global registry migrations" ' no longer saving raw password to registry ' auth token and username are now stored in user settings and not global settings + unset_setting("port") unset_setting("token") unset_setting("username") unset_setting("password")