Fix overwrite of existing cookiejar.

This commit is contained in:
y a t s
2026-06-18 10:02:16 -04:00
parent 1e9bd059f0
commit 72840af90e
5 changed files with 64 additions and 31 deletions
+7
View File
@@ -63,6 +63,13 @@ func TestLogin(t *testing.T) {
}
t.Logf("2FA response: %+v\n", lr)
}
session, err := kf.RefreshSession(ctx)
if err != nil {
t.Error(err)
return
}
t.Logf("xf_session: %s\n", session)
}
func genTest2FACode() (uint32, error) {