Skip to content

Commit

Permalink
Update auth.service.ts for Oauth removed /auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kissalk committed Mar 5, 2024
1 parent f15bc22 commit 575dee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/services/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface TokenResponse {
providedIn: 'root',
})
export class AuthService {
private AUTH_ENDPOINT = 'https://oauth.nhsnlink.org/auth/realms/NHSNLink/protocol/openid-connect';
private AUTH_ENDPOINT = 'https://oauth.nhsnlink.org/realms/NHSNLink/protocol/openid-connect';

private authStatus = new BehaviorSubject<boolean>(this.isLoggedIn())

Expand Down

0 comments on commit 575dee2

Please sign in to comment.