From b80db8928425bc9c5c093b31b730c946c28a87c4 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sun, 24 Sep 2023 09:56:37 -0700 Subject: [PATCH] Remove auto loadProfiles with default password from StartCwtch. Leave for apps to do --- templates/lib_template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/lib_template.go b/templates/lib_template.go index d01e537..29920e6 100644 --- a/templates/lib_template.go +++ b/templates/lib_template.go @@ -189,7 +189,6 @@ func _startCwtch(appDir string, torPath string) { log.Infof("libcwtch-go application launched") application.GetPrimaryBus().Publish(event.NewEvent(settings.CwtchStarted, map[event.Field]string{})) application.QueryACNVersion() - application.LoadProfiles(app.DefactoPasswordForUnencryptedProfiles) {{EXPERIMENT_REGISTER}}