oidc, login , launch url with external application
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
62d4e27e3a
commit
b27ae877d3
@ -147,7 +147,7 @@ class _WidgetOPState extends State<WidgetOP> {
|
|||||||
final authBody = resultMap['auth_body'];
|
final authBody = resultMap['auth_body'];
|
||||||
if (_stateMsg != stateMsg || _failedMsg != failedMsg) {
|
if (_stateMsg != stateMsg || _failedMsg != failedMsg) {
|
||||||
if (_url.isEmpty && url != null && url.isNotEmpty) {
|
if (_url.isEmpty && url != null && url.isNotEmpty) {
|
||||||
launchUrl(Uri.parse(url));
|
launchUrl(Uri.parse(url), mode: LaunchMode.externalApplication);
|
||||||
_url = url;
|
_url = url;
|
||||||
}
|
}
|
||||||
if (authBody != null) {
|
if (authBody != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user