From 9e2bf52fd8c1d2882759cdb5210ad688f2f2d43d Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Tue, 24 Mar 2026 16:40:49 +0100 Subject: [PATCH] docs(browser): remove iOS OAuth text --- browser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/README.md b/browser/README.md index 325f8b922..e335289e5 100644 --- a/browser/README.md +++ b/browser/README.md @@ -2,7 +2,7 @@ The Browser API provides the ability to open an in-app browser and subscribe to browser events. -On iOS, this uses `SFSafariViewController` and is compliant with leading OAuth service in-app-browser requirements. +On iOS, this uses `SFSafariViewController`. ## Install