Skip to content

Commit b398208

Browse files
Update README.md
1 parent 504a051 commit b398208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For web in order to capture the OAuth2 callback URL and send it to the applicati
9191
close the window.
9292
<script>
9393
window.opener.postMessage({
94-
flutter-web-auth-2: window.location.href
94+
'flutter-web-auth-2': window.location.href
9595
}, window.location.origin);
9696
window.close();
9797
</script>

0 commit comments

Comments
 (0)