improve sdk error logging
This commit is contained in:
@@ -11,7 +11,7 @@ const cleanDomain = (domain: string) =>
|
||||
.replace(/https?:\/\//, '')
|
||||
.replace(/\/$/, '');
|
||||
|
||||
class SdkAuthError extends Error {
|
||||
export class SdkAuthError extends Error {
|
||||
payload: {
|
||||
clientId?: string;
|
||||
clientSecret?: string;
|
||||
|
||||
Reference in New Issue
Block a user