diff --git a/src/app/auth/model/auth-credentials.ts b/src/app/auth/model/auth-credentials.ts index b0c7298ec..a0781677d 100644 --- a/src/app/auth/model/auth-credentials.ts +++ b/src/app/auth/model/auth-credentials.ts @@ -27,7 +27,7 @@ export class AuthCredentials implements UserPlatformIdentifier { "https://api.sb.biodatacatalyst.nhlbi.nih.gov": { "name": "BioData Catalyst", "shortName": "BDCatalyst", - "platformURL": "https://platform.sb.biodatacatalyst.nhlbi.nih.gov/developer/#token", + "platformURL": "https://platform.sb.biodatacatalyst.nhlbi.nih.gov", }, "https://cgc-api.sbgenomics.com": { "name": "Cancer Genomics Cloud", @@ -42,7 +42,7 @@ export class AuthCredentials implements UserPlatformIdentifier { "https://api.sevenbridges.cn": { "name": "Seven Bridges (China)", "shortName": "SBG-CN", - "platformURL": "https://platform.sevenbridges.cn/developer#token", + "platformURL": "https://platform.sevenbridges.cn", }, };