nanndekowareta3
This commit is contained in:
parent
7f79227467
commit
aa5d9f5d80
|
@ -130,7 +130,8 @@ async function discoverClientInformation(httpRequestService: HttpRequestService,
|
||||||
redirectUris: redirectUris.map(uri => new URL(uri, res.url).toString()),
|
redirectUris: redirectUris.map(uri => new URL(uri, res.url).toString()),
|
||||||
name,
|
name,
|
||||||
};
|
};
|
||||||
} catch {
|
} catch (err) {
|
||||||
|
console.error(err);
|
||||||
throw new AuthorizationError('Failed to fetch client information', 'server_error');
|
throw new AuthorizationError('Failed to fetch client information', 'server_error');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue