You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, whenever HomeConnectOauth.authorize is called, it always show the predefined bottom sheet from the package, the only workaround I found is to extend HomeConnectOauth and override the authorize method, even though that's not a very complex work, I still think it would be great to have custom UIs as well so that developers can implement the feature following their own design system.
The text was updated successfully, but these errors were encountered:
Currently, whenever
HomeConnectOauth.authorize
is called, it always show the predefined bottom sheet from the package, the only workaround I found is to extendHomeConnectOauth
and override theauthorize
method, even though that's not a very complex work, I still think it would be great to have custom UIs as well so that developers can implement the feature following their own design system.The text was updated successfully, but these errors were encountered: