Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e8a7c84

Browse files
author
vikasrohit
committed
Fixed issue with login for public profile page. Need to bypass the /v2/user for authentication after the call has been moved to profile page from badgescontorller
1 parent 540ac0b commit e8a7c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/services/jwtInterceptor.service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
var haveItAddItEndpoints = [
2121
{ method: 'GET', url: '\/v3[\\d\\.\\-A-Za-z]*\/challenges'},
2222
{ method: 'GET', url: '\/v2\/challenges'},
23+
{ method: 'GET', url: '\/v2\/user'},
2324

2425
// matchs everything besides /v3/members/{handle}/financial
2526
{ method: 'GET', url: '\/v3[\\d\\.\\-A-Za-z]*\/members\/\\w+\/(?!financial)\\w*'}

0 commit comments

Comments
 (0)