Skip to content

Commit

Permalink
delete setUrlStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
EndoNrak committed Oct 17, 2023
1 parent e872317 commit 832f8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:flutter_web_plugins/flutter_web_plugins.dart';
import 'router.dart' as Router;

Future main() async {
setUrlStrategy(PathUrlStrategy());
// setUrlStrategy(PathUrlStrategy());
// パスベースのURLストラテジーを設定 これがないと、authのリダイレクト時にhttps://hogehoge/#/にリダイレクトされてしまって認可コードを取得できない
runApp(
ProviderScope(
Expand Down

0 comments on commit 832f8f2

Please sign in to comment.