diff --git a/7project/backend/app/oauth/moje_id.py b/7project/backend/app/oauth/moje_id.py index 7e1cd45..a56dc93 100644 --- a/7project/backend/app/oauth/moje_id.py +++ b/7project/backend/app/oauth/moje_id.py @@ -11,7 +11,7 @@ class MojeIDOAuth(CustomOpenID): super().__init__( client_id, client_secret, - "https://mojeid.regtest.nic.cz/.well-known/openid-configuration/", + "https://mojeid.cz/.well-known/openid-configuration/", "MojeID", base_scopes=["openid", "email", "profile"], )