Skip to content

Commit 4e55339

Browse files
authored
Add documentation about Chromium-based browsers (#392)
1 parent b84a1af commit 4e55339

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/usage.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,14 @@ com.simplisafe.mobile://auth.simplisafe.com/ios/com.simplisafe.mobile/callback?c
7777
![The code in the Console Tab](images/ss-auth-code-in-console.png)
7878
![The code in the Network Tab](images/ss-auth-code-in-network.png)
7979

80-
(Note that if you have already logged into SimpliSafe via the browser, you may be sent
80+
**NOTE:** This process is very inconsistent with non-Chromium browsers (Chrome, Edge,
81+
Brave, etc.); if you are unsuccessful at finding the code, try a Chromium-based browser.
82+
83+
**NOTE:** if you have already logged into SimpliSafe via the browser, you may be sent
8184
straight to the end of the process. This can present a challenge, since opening Dev
8285
Tools in that window won't show the previously logged activity. In this case, open a new
8386
tab, open its Dev Tools window, then copy/paste the URL from the tab opened by
84-
`script/auth` into the new tab to see the Console/Network output.)
87+
`script/auth` into the new tab to see the Console/Network output.
8588

8689
7. Copy the `code` parameter at the end of the `com.simplisafe.mobile` URL, return to your
8790
terminal, and paste it into the prompt. You should now see this message:

0 commit comments

Comments
 (0)