compiles on desktop again oops

This commit is contained in:
zoe 2022-09-04 11:14:51 +02:00
parent ea6b3c52eb
commit 96d7ab25df
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ class _WebloginState extends State<Weblogin> {
final app = oauth.App.fromJson(jsonDecode(appresponse.body));
var popupWin = html.window.open(
"https://${oauth.getAuthUrl(widget.url, app).toString()}",
"loris",
oauth.getAuthUrl(widget.url, app).toString(),
"_blank",
);
html.window.onMessage.listen((event) async {