We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504a051 commit b398208Copy full SHA for b398208
README.md
@@ -91,7 +91,7 @@ For web in order to capture the OAuth2 callback URL and send it to the applicati
91
close the window.
92
<script>
93
window.opener.postMessage({
94
- flutter-web-auth-2: window.location.href
+ 'flutter-web-auth-2': window.location.href
95
}, window.location.origin);
96
window.close();
97
</script>
0 commit comments