use external browser for launchUrl()
This commit is contained in:
parent
4e7c9bddcd
commit
4a41bad5b6
@ -498,7 +498,7 @@ class AuthentikUserSettingsChangeDialogState extends ChangeNotifier {
|
||||
|
||||
server = await HttpServer.bind("127.0.0.1", 30165);
|
||||
|
||||
await launchUrl(authorizationUrl);
|
||||
await launchUrl(authorizationUrl, mode: LaunchMode.externalApplication);
|
||||
|
||||
if (server == null) {
|
||||
// exit() might have been called before we arrived here.
|
||||
|
Loading…
x
Reference in New Issue
Block a user