|
@@ -12,6 +12,7 @@ export class AuthHttpService implements AuthHttpServiceInterface {
|
|
async getUserKeyParams(dto: { email?: string; uuid?: string; authenticated: boolean }): Promise<KeyParamsData> {
|
|
async getUserKeyParams(dto: { email?: string; uuid?: string; authenticated: boolean }): Promise<KeyParamsData> {
|
|
const keyParamsResponse = await this.httpClient.request({
|
|
const keyParamsResponse = await this.httpClient.request({
|
|
method: 'GET',
|
|
method: 'GET',
|
|
|
|
+ timeout: 10000,
|
|
headers: {
|
|
headers: {
|
|
Accept: 'application/json',
|
|
Accept: 'application/json',
|
|
},
|
|
},
|