diff --git a/allauth/socialaccount/providers/draugiem/views.py b/allauth/socialaccount/providers/draugiem/views.py index e2f85cf52a..260bd63e23 100644 --- a/allauth/socialaccount/providers/draugiem/views.py +++ b/allauth/socialaccount/providers/draugiem/views.py @@ -21,8 +21,8 @@ class DraugiemApiError(Exception): pass -ACCESS_TOKEN_URL = "http://api.draugiem.lv/json" -AUTHORIZE_URL = "http://api.draugiem.lv/authorize" +ACCESS_TOKEN_URL = "https://api.draugiem.lv/json" +AUTHORIZE_URL = "https://api.draugiem.lv/authorize" def login(request):