this.goaAccounts

Hello,

I’m trying to port a gnome-shell extension to version => 45.

In the old code in the main extension class there is a reference to:

this.goaAccounts = ....

This gives me that it is “undefined”…

In the old code it is never declared but working.
It doesn’t seem part of the Goa library.
https://gnome.pages.gitlab.gnome.org/gnome-online-accounts/overview.html

Maybe it’s part of the main extension class with gnome-shell =>45?

Or does this property no longer exist?

Thanks