Add missing "?" in query parameter example (#2261)

This commit is contained in:
Griffin Baxter 2024-07-30 00:51:05 +12:00 committed by GitHub
parent a34195da26
commit 306bbfc03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ http://your-instance.com/auth/authorize?
The user will navigate to this link and be presented with instructions to log in and authorize your application. Once authorized, the user will be redirected back to the passed in redirect uri with the authorization code and state as part of the query parameters. Example:
```txt
https://hass-auth-demo.glitch.me/auth_callback
https://hass-auth-demo.glitch.me/auth_callback?
code=12345&
state=http%3A%2F%2Fhassio.local%3A8123
```