@ -17,7 +17,6 @@ func login(ctx context.Context, username string, password string, tok string) (s
if tok != "" {
client, err = tesla.NewClient(
ctx,
tesla.WithMFAHandler(noDevice),
tesla.WithToken(&oauth2.Token{
RefreshToken: tok,
}),