Skip to content

Commit

Permalink
Updated authentication API to V2 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea authored Oct 25, 2020
1 parent 274d361 commit 36bf29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class LoginComponent implements OnInit {
}
const authUrl: string = Location.joinWithSlash(
this.baseUrl,
'/api/v1/access/authorize'
'/api/v2/access/authorize'
);
this.loginSubscription = this.http
.post<{ access_token: string; expires_in: number }>(authUrl, {
Expand Down

1 comment on commit 36bf29a

@vercel
Copy link

@vercel vercel bot commented on 36bf29a Oct 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.