Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
fix: print general auth errors
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Nov 29, 2023
1 parent 3ea085a commit 05e933e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/auth-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default class AuthService {
throw new Error(errorMessage)
}

console.error(JSON.stringify(error))
throw new Error('Internal error occurred, please contact your PlanQK administrator')
}
}
Expand Down

0 comments on commit 05e933e

Please sign in to comment.