1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Fix flutter getting started docs

This commit is contained in:
Matej Bačo 2022-12-27 22:30:49 +01:00
parent 5bd90c57f1
commit 7931253033

View file

@ -58,7 +58,7 @@ For web in order to capture the OAuth2 callback URL and send it to the applicati
close the window. close the window.
<script> <script>
window.opener.postMessage({ window.opener.postMessage({
flutter-web-auth-2: window.location.href 'flutter-web-auth-2': window.location.href
}, window.location.origin); }, window.location.origin);
window.close(); window.close();
</script> </script>