From 853f875dbf7d22c53768e0e7bef4db0ef7e135a5 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Tue, 24 Mar 2026 17:09:12 +0100 Subject: [PATCH] docs(browser): remove iOS OAuth text (#2503) --- browser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/README.md b/browser/README.md index d00d4f72c..54259438d 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