Skip to content

Commit

Permalink
chore: Remove hook coming directly form the store
Browse files Browse the repository at this point in the history
That information is now passed down from the Authentication context
  • Loading branch information
mkarajohn committed Oct 18, 2023
1 parent fbc4ea8 commit b52f1c5
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 85 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/api/interfaces/AxiosPromise.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ custom_edit_url: null

#### Inherited from

Promise.\_\_@toStringTag@6616
Promise.\_\_@toStringTag@31202

#### Defined in

Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/api/interfaces/AxiosRequestConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ___

### method

`Optional` **method**: [`Method`](../modules.md#method-4)
`Optional` **method**: [`Method`](../modules.md#method-2)

#### Defined in

Expand Down Expand Up @@ -160,7 +160,7 @@ ___

### responseType

`Optional` **responseType**: [`ResponseType`](../modules.md#responsetype-4)
`Optional` **responseType**: [`ResponseType`](../modules.md#responsetype-2)

#### Defined in

Expand Down
22 changes: 11 additions & 11 deletions documentation/docs/api/interfaces/AxiosStatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[defaults](AxiosInstance.md#defaults-4)
[AxiosInstance](AxiosInstance.md).[defaults](AxiosInstance.md#defaults-2)

#### Defined in

Expand All @@ -100,7 +100,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[interceptors](AxiosInstance.md#interceptors-4)
[AxiosInstance](AxiosInstance.md).[interceptors](AxiosInstance.md#interceptors-2)

#### Defined in

Expand Down Expand Up @@ -178,7 +178,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[delete](AxiosInstance.md#delete-4)
[AxiosInstance](AxiosInstance.md).[delete](AxiosInstance.md#delete-2)

#### Defined in

Expand Down Expand Up @@ -210,7 +210,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[get](AxiosInstance.md#get-4)
[AxiosInstance](AxiosInstance.md).[get](AxiosInstance.md#get-2)

#### Defined in

Expand All @@ -234,7 +234,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[getUri](AxiosInstance.md#geturi-4)
[AxiosInstance](AxiosInstance.md).[getUri](AxiosInstance.md#geturi-2)

#### Defined in

Expand Down Expand Up @@ -266,7 +266,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[head](AxiosInstance.md#head-4)
[AxiosInstance](AxiosInstance.md).[head](AxiosInstance.md#head-2)

#### Defined in

Expand Down Expand Up @@ -338,7 +338,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[options](AxiosInstance.md#options-4)
[AxiosInstance](AxiosInstance.md).[options](AxiosInstance.md#options-2)

#### Defined in

Expand Down Expand Up @@ -371,7 +371,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[patch](AxiosInstance.md#patch-4)
[AxiosInstance](AxiosInstance.md).[patch](AxiosInstance.md#patch-2)

#### Defined in

Expand Down Expand Up @@ -404,7 +404,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[post](AxiosInstance.md#post-4)
[AxiosInstance](AxiosInstance.md).[post](AxiosInstance.md#post-2)

#### Defined in

Expand Down Expand Up @@ -437,7 +437,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[put](AxiosInstance.md#put-4)
[AxiosInstance](AxiosInstance.md).[put](AxiosInstance.md#put-2)

#### Defined in

Expand Down Expand Up @@ -468,7 +468,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[request](AxiosInstance.md#request-4)
[AxiosInstance](AxiosInstance.md).[request](AxiosInstance.md#request-2)

#### Defined in

Expand Down
Loading

0 comments on commit b52f1c5

Please sign in to comment.