From b3b6d9ecf5ae2d24e7b4ecbefebf5723bff89c7c Mon Sep 17 00:00:00 2001 From: Tudor Morar Date: Tue, 29 Oct 2024 16:17:37 +0200 Subject: [PATCH] Update README with instructions for testing passkeys provider --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f180e0..bb6249b0 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.\ You will also see any lint errors in the console. -> **Note:** While in development, to test the passkeys provider use the following command: +> **Note:** +While in development, to test the passkeys provider use the following command: `open -a Google\ Chrome --args --ignore-certificate-errors --ignore-urlfetcher-cert-requests` +Make sure to close all instances of Chrome after the development session. ### Step 3. Build for testing and production use