ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

Default to chrome at the end #125

Closed obrand69 closed 2 weeks ago

obrand69 commented 2 weeks ago

We are using a custom browser and even though Chrome is installed, we need to have this browser selected among the list of passed browsers. Therefore I removed the forcing of chrome and moved it at the bottom in case the target browser is null

ThexXTURBOXx commented 2 weeks ago

Thank you very much for your PR - I have also pushed a safe fallback onto master!