1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Merge pull request #4922 from appwrite/fix-docs

Fix:getting started docs
This commit is contained in:
Eldad A. Fux 2022-12-28 00:58:06 +02:00 committed by GitHub
commit 0aa853fdcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>