1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12: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.
<script>
window.opener.postMessage({
flutter-web-auth-2: window.location.href
'flutter-web-auth-2': window.location.href
}, window.location.origin);
window.close();
</script>