mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
fix(oauth): use prod MojeID
This commit is contained in:
@@ -11,7 +11,7 @@ class MojeIDOAuth(CustomOpenID):
|
|||||||
super().__init__(
|
super().__init__(
|
||||||
client_id,
|
client_id,
|
||||||
client_secret,
|
client_secret,
|
||||||
"https://mojeid.regtest.nic.cz/.well-known/openid-configuration/",
|
"https://mojeid.cz/.well-known/openid-configuration/",
|
||||||
"MojeID",
|
"MojeID",
|
||||||
base_scopes=["openid", "email", "profile"],
|
base_scopes=["openid", "email", "profile"],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user