Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mino5531 committed Jan 13, 2024
1 parent c1666e2 commit 96e804f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flutter_web_auth_2/lib/src/windows.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'dart:async';
import 'dart:io';

import 'package:desktop_webview_window/desktop_webview_window.dart';
import 'package:flutter/cupertino.dart';
Expand Down Expand Up @@ -38,7 +37,7 @@ class FlutterWebAuth2WindowsPlugin extends FlutterWebAuth2Platform {
windowHeight: 720,
windowWidth: 1280,
title: 'Authenticate',
titleBarTopPadding: Platform.isMacOS ? 20 : 0,
titleBarTopPadding: 0,
userDataFolderWindows: (await getTemporaryDirectory()).path,
),
);
Expand Down

0 comments on commit 96e804f

Please sign in to comment.