From c5f7a724090fee6cf763d8cf2dbda82b2495ea4e Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 22 May 2025 06:03:35 +0000 Subject: [PATCH] chore: update flutter_web_auth_2 docs to match 4.x --- docs/sdks/flutter/GETTING_STARTED.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/sdks/flutter/GETTING_STARTED.md b/docs/sdks/flutter/GETTING_STARTED.md index 8d239402b3..c3a1a8d33d 100644 --- a/docs/sdks/flutter/GETTING_STARTED.md +++ b/docs/sdks/flutter/GETTING_STARTED.md @@ -56,13 +56,25 @@ For web in order to capture the OAuth2 callback URL and send it to the applicati ```html Authentication complete -

Authentication is complete. If this does not happen automatically, please -close the window. +

Authentication is complete. If this does not happen automatically, please close the window.

```