feat: change to flutterwebauth2

This commit is contained in:
ShootingStarDragons 2023-03-12 12:33:47 +08:00
commit b9104f243e
11 changed files with 150 additions and 119 deletions

View file

@ -7,7 +7,7 @@
close the window.
<script>
window.opener.postMessage({
'flutter-web-auth': window.location.href
'flutter-web-auth-2': window.location.href
}, window.location.origin);
window.close();
</script>