1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update flutter getting started to match library

This commit is contained in:
Steven 2022-09-16 20:25:06 +00:00
parent 9893bc166a
commit 9985af45fb

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-auth2: window.location.href
flutter-web-auth-2: window.location.href
}, window.location.origin);
window.close();
</script>