Skip to content

Commit

Permalink
Update Dlrg.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarksaul authored Dec 11, 2023
1 parent 3af2edb commit 2d61a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Dlrg.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Dlrg extends AbstractProvider {
/**
* @const string
*/
const BASE_DLRG_URL = 'https://iam.dlrg.net/auth/realms/master/protocol/openid-connect/';
const BASE_DLRG_URL = 'https://iam.dlrg.net/auth/realms/master/protocol/openid-connect';

const ACCESS_TOKEN_RESOURCE_OWNER_ID = 'sub';

Expand Down

0 comments on commit 2d61a12

Please sign in to comment.