Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 19005e2

Browse files
authored
chore: fix http warning use
1 parent ae20a8e commit 19005e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gotrue/_async/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(
5353
cookie_options : CookieOptions
5454
The options for the cookie.
5555
"""
56-
if url.startswith("http"):
56+
if url.startswith("http://"):
5757
print(
5858
"Warning:\n\nDO NOT USE HTTP IN PRODUCTION FOR GOTRUE EVER!\n"
5959
"GoTrue REQUIRES HTTPS to work securely."

0 commit comments

Comments
 (0)