Merge pull request #4629 from fufesou/refact/oidc_login_external_app
oidc, login , launch url with external application
This commit is contained in:
commit
ed06edb1d7
@ -147,7 +147,7 @@ class _WidgetOPState extends State<WidgetOP> {
|
||||
final authBody = resultMap['auth_body'];
|
||||
if (_stateMsg != stateMsg || _failedMsg != failedMsg) {
|
||||
if (_url.isEmpty && url != null && url.isNotEmpty) {
|
||||
launchUrl(Uri.parse(url));
|
||||
launchUrl(Uri.parse(url), mode: LaunchMode.externalApplication);
|
||||
_url = url;
|
||||
}
|
||||
if (authBody != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user