auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
61 stars 41 forks source link

Do not call `setState()` after web logout on the example app #266

Closed Widcket closed 1 year ago

Widcket commented 1 year ago

📋 Changes

This PR updates the example app to only call setState() after logout on the mobile platforms. On the web platform onLoad() will run after the redirect and set the state, making this unnecessary.

🎯 Testing

The changes were tested manually.